Exception: ForestAdminAgent::Http::Exceptions::NotFoundError
- Inherits:
-
BusinessError
- Object
- StandardError
- BusinessError
- ForestAdminAgent::Http::Exceptions::NotFoundError
- Defined in:
- lib/forest_admin_agent/http/Exceptions/business_error.rb
Instance Attribute Summary
Attributes inherited from BusinessError
Instance Method Summary collapse
-
#initialize(message, details: {}) ⇒ NotFoundError
constructor
A new instance of NotFoundError.
Methods inherited from BusinessError
Constructor Details
#initialize(message, details: {}) ⇒ NotFoundError
Returns a new instance of NotFoundError.
56 57 58 |
# File 'lib/forest_admin_agent/http/Exceptions/business_error.rb', line 56 def initialize(, details: {}) super end |