Exception: Http::ParserError::RequestEntityTooLarge

Inherits:
Http::ParserError show all
Defined in:
lib/http/parser.rb

Instance Attribute Summary

Attributes inherited from Http::ParserError

#code, #headers

Instance Method Summary collapse

Constructor Details

#initializeRequestEntityTooLarge

Returns a new instance of RequestEntityTooLarge.



28
# File 'lib/http/parser.rb', line 28

def initialize(); super("Request Entity Too Large", 413); end