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