Exception: Http::ParserError::LengthRequired
- Inherits:
-
Http::ParserError
- Object
- RuntimeError
- Http::ParserError
- Http::ParserError::LengthRequired
- Defined in:
- lib/http/parser.rb
Instance Attribute Summary
Attributes inherited from Http::ParserError
Instance Method Summary collapse
-
#initialize ⇒ LengthRequired
constructor
A new instance of LengthRequired.
Constructor Details
#initialize ⇒ LengthRequired
Returns a new instance of LengthRequired.
27 |
# File 'lib/http/parser.rb', line 27 def initialize(); super("Length Required", 411); end |