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