Exception: Karaden::Exception::UnprocessableEntityException
- Inherits:
-
KaradenException
- Object
- StandardError
- KaradenException
- Karaden::Exception::UnprocessableEntityException
- Defined in:
- lib/karaden/exception/unprocessable_entity_exception.rb
Constant Summary collapse
- STATUS_CODE =
422
Instance Attribute Summary
Attributes inherited from KaradenException
#body, #code, #error, #headers
Instance Method Summary collapse
-
#initialize(message = nil) ⇒ UnprocessableEntityException
constructor
A new instance of UnprocessableEntityException.
Constructor Details
#initialize(message = nil) ⇒ UnprocessableEntityException
Returns a new instance of UnprocessableEntityException.
5 6 7 |
# File 'lib/karaden/exception/unprocessable_entity_exception.rb', line 5 def initialize( = nil) super end |