Exception: GatewayErrors::CardError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/gateway_errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Card error.") ⇒ CardError

Returns a new instance of CardError.



57
58
59
# File 'lib/gateway_errors.rb', line 57

def initialize(msg = "Card error.")
  super(msg)
end