Libraries
»
sinatra-errorcodes
(0.1.2)
»
Index (F)
»
HTTPError
»
Forbidden
Exception: HTTPError::Forbidden
Inherits:
ErrorBase
Object
StandardError
ErrorBase
HTTPError::Forbidden
show all
Defined in:
lib/4xx_errors.rb
Constant Summary
collapse
CODE =
403
MESSAGE =
"
Forbidden
"
Method Summary
Methods inherited from
ErrorBase
#code
,
#initialize
,
#message
Constructor Details
This class inherits a constructor from
ErrorBase