Class: Grape::Exceptions::GatewayTimeout

Inherits:
Base
  • Object
show all
Defined in:
lib/moca_rlibs/grape_errors/gateway_timeout.rb

Overview

GatewayTimeout (Grape例外拡張)

Instance Method Summary collapse

Constructor Details

#initializeGatewayTimeout

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