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