Exception: Renderror::UnprocessableEntity
- Defined in:
- lib/renderror/unprocessable_entity.rb
Instance Method Summary collapse
Methods inherited from BaseError
#detail, #initialize, #pointer, #title, #to_json
Constructor Details
This class inherits a constructor from Renderror::BaseError
Instance Method Details
#status ⇒ Object
3 4 5 |
# File 'lib/renderror/unprocessable_entity.rb', line 3 def status '422' end |