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