Exception: GatewayErrors::TransactionGatewayNotSupported

Inherits:
TransactionGatewayError show all
Defined in:
lib/gateway_errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Transaction gateway not supported.") ⇒ TransactionGatewayNotSupported

Returns a new instance of TransactionGatewayNotSupported.



45
46
47
# File 'lib/gateway_errors.rb', line 45

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