Exception: Http::ParserError::RequestTimeout

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

#initializeRequestTimeout

Returns a new instance of RequestTimeout.



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

def initialize(); super("Request Timeout", 408); end