Class: Grape::Exceptions::GatewayTimeout
- Inherits:
-
Base
- Object
- Base
- Grape::Exceptions::GatewayTimeout
- Defined in:
- lib/moca_rlibs/grape_errors/gateway_timeout.rb
Overview
GatewayTimeout (Grape例外拡張)
Instance Method Summary collapse
-
#initialize ⇒ GatewayTimeout
constructor
A new instance of GatewayTimeout.
Constructor Details
#initialize ⇒ GatewayTimeout
Returns a new instance of GatewayTimeout.
9 10 11 |
# File 'lib/moca_rlibs/grape_errors/gateway_timeout.rb', line 9 def initialize super(message: '504 Gateway Timeout', status: 504) end |