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