Exception: Errors::GatewayError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/errors.rb

Direct Known Subclasses

QuickBookgatewayInvalid, RecordDeleteError

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Gateway error.") ⇒ GatewayError

Returns a new instance of GatewayError.



3
4
5
# File 'lib/errors.rb', line 3

def initialize(msg = "Gateway error.")
  super(msg)
end