Exception: Renderror::Forbidden
- 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
#status ⇒ Object
5 6 7 |
# File 'lib/renderror/forbidden.rb', line 5 def status '403' end |