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