Exception: GatewayErrors::InvalidPaymentProfileType

Inherits:
TransactionGatewayError show all
Defined in:
lib/gateway_errors.rb

Instance Method Summary collapse

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