Exception: Renderror::NotFound

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

def status
  '404'
end