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