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 included from ExceptionInterface

#inner, #status

Method Summary

Methods inherited from Exception

#initialize

Methods included from ExceptionInterface

human_name, #human_name

Constructor Details

This class inherits a constructor from StandardExceptions::Exception