Exception: Renderror::BadRequest

Inherits:
BaseError
  • Object
show all
Defined in:
lib/renderror/bad_request.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/bad_request.rb', line 3

def status
  '400'
end