Exception: GatewayErrors::TransactionGatewayInvalidCardType
- Inherits:
-
TransactionGatewayError
- Object
- StandardError
- TransactionGatewayError
- GatewayErrors::TransactionGatewayInvalidCardType
- Defined in:
- lib/gateway_errors.rb
Instance Method Summary collapse
-
#initialize(msg = "Card type is invalid.") ⇒ TransactionGatewayInvalidCardType
constructor
A new instance of TransactionGatewayInvalidCardType.
Constructor Details
#initialize(msg = "Card type is invalid.") ⇒ TransactionGatewayInvalidCardType
Returns a new instance of TransactionGatewayInvalidCardType.
9 10 11 |
# File 'lib/gateway_errors.rb', line 9 def initialize(msg = "Card type is invalid.") super(msg) end |