Exception: Http::ParserError::NotImplemented
- Inherits:
-
Http::ParserError
- Object
- RuntimeError
- Http::ParserError
- Http::ParserError::NotImplemented
- Defined in:
- lib/http/parser.rb
Overview
Send Allow header
Instance Attribute Summary
Attributes inherited from Http::ParserError
Instance Method Summary collapse
-
#initialize ⇒ NotImplemented
constructor
A new instance of NotImplemented.
Constructor Details
#initialize ⇒ NotImplemented
Returns a new instance of NotImplemented.
30 |
# File 'lib/http/parser.rb', line 30 def initialize(); super("Method Not Implemented", 501); end |