class Grape::Exceptions::GatewayTimeout

GatewayTimeout (Grape例外拡張)

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/moca_rlibs/grape_errors/gateway_timeout.rb, line 9
def initialize
  super(message: '504 Gateway Timeout', status: 504)
end