Exception: ForestAdminAgent::Http::Exceptions::InternalServerError
- Inherits:
-
BusinessError
- Object
- StandardError
- BusinessError
- ForestAdminAgent::Http::Exceptions::InternalServerError
- Defined in:
- lib/forest_admin_agent/http/Exceptions/business_error.rb
Instance Attribute Summary
Attributes inherited from BusinessError
Instance Method Summary collapse
-
#initialize(message = 'Internal server error', details: {}, cause: nil) ⇒ InternalServerError
constructor
A new instance of InternalServerError.
Methods inherited from BusinessError
Constructor Details
#initialize(message = 'Internal server error', details: {}, cause: nil) ⇒ InternalServerError
Returns a new instance of InternalServerError.
83 84 85 |
# File 'lib/forest_admin_agent/http/Exceptions/business_error.rb', line 83 def initialize( = 'Internal server error', details: {}, cause: nil) super end |