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