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