class Gateway::GatewayTimeout

When backend stops responding within given time.

Public Class Methods

new(msg) click to toggle source
Calls superclass method
# File lib/gateway/errors.rb, line 13
def initialize(msg)
  super
  self.status = "504"
end