Exception: GatewayErrors::TransactionGatewayNotSupported
- Inherits:
-
TransactionGatewayError
- Object
- StandardError
- TransactionGatewayError
- GatewayErrors::TransactionGatewayNotSupported
- Defined in:
- lib/gateway_errors.rb
Instance Method Summary collapse
-
#initialize(msg = "Transaction gateway not supported.") ⇒ TransactionGatewayNotSupported
constructor
A new instance of TransactionGatewayNotSupported.
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 |