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