Exception: GatewayErrors::InvalidCustomerType

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

Instance Method Summary collapse

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