Libraries
»
sinatra-errorcodes
(0.1.2)
»
Index (G)
»
HTTPError
»
GatewayTimeout
Exception: HTTPError::GatewayTimeout
Inherits:
ErrorBase
Object
StandardError
ErrorBase
HTTPError::GatewayTimeout
show all
Defined in:
lib/5xx_errors.rb
Constant Summary
collapse
CODE =
504
MESSAGE =
"
Gateway Timeout
"
Method Summary
Methods inherited from
ErrorBase
#code
,
#initialize
,
#message
Constructor Details
This class inherits a constructor from
ErrorBase