Exception: ForestAdminAgent::Http::Exceptions::UnprocessableError

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 = 'Unprocessable entity', details: {}) ⇒ UnprocessableError

Returns a new instance of UnprocessableError.



68
69
70
# File 'lib/forest_admin_agent/http/Exceptions/business_error.rb', line 68

def initialize(message = 'Unprocessable entity', details: {})
  super
end