Exception: Renderror::Forbidden

Inherits:
BaseError
  • Object
show all
Defined in:
lib/renderror/forbidden.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



5
6
7
# File 'lib/renderror/forbidden.rb', line 5

def status
  '403'
end