Exception: ForestAdminAgent::Http::Exceptions::ConflictError

Inherits:
BusinessError
  • Object
show all
Defined in:
lib/forest_admin_agent/http/Exceptions/business_error.rb

Instance Attribute Summary

Attributes inherited from BusinessError

#cause, #details

Instance Method Summary collapse

Methods inherited from BusinessError

#name

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(message = 'Conflict', details: {})
  super
end