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