Exception: GatewayErrors::TransactionGatewayError
- Inherits:
-
StandardError
- Object
- StandardError
- GatewayErrors::TransactionGatewayError
- Defined in:
- lib/gateway_errors.rb
Direct Known Subclasses
InvalidCustomerType, InvalidPaymentProfileType, TransactionDeclined, TransactionGatewayInvalidAmount, TransactionGatewayInvalidCardType, TransactionGatewayNotSupported, TransactionIDInvalid, TransactionInvalid, TransactionSettlementError
Instance Method Summary collapse
-
#initialize(msg = "Transaction gateway error.") ⇒ TransactionGatewayError
constructor
A new instance of TransactionGatewayError.
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 |