Exception: StandardExceptions::Application::Failed

Inherits:
Http::UnprocessableEntity show all
Defined in:
lib/standard_exceptions/application.rb

Direct Known Subclasses

ValidationFailed

Constant Summary collapse

MESSAGE =
'The requested operation was not successful.'

Constants inherited from Http::UnprocessableEntity

Http::UnprocessableEntity::STATUS

Constants inherited from Exception

Exception::STATUS

Instance Attribute Summary

Attributes inherited from Exception

#inner, #status

Method Summary

Methods inherited from Exception

human_name, #human_name, #initialize

Constructor Details

This class inherits a constructor from StandardExceptions::Exception