Exception: GatewayErrors::TransactionGatewayError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Transaction gateway error.") ⇒ TransactionGatewayError

Returns a new instance of TransactionGatewayError.



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

def initialize(msg = "Transaction gateway error.")
  super(msg)
end