Exception: Renderror::UnprocessableEntity

Inherits:
BaseError
  • Object
show all
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

#statusObject



3
4
5
# File 'lib/renderror/unprocessable_entity.rb', line 3

def status
  '422'
end