Exception: GatewayErrors::CardExpireError

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

Instance Method Summary collapse

Constructor Details

#initialize(msg = "Card is expired.") ⇒ CardExpireError

Returns a new instance of CardExpireError.



81
82
83
# File 'lib/gateway_errors.rb', line 81

def initialize(msg = "Card is expired.")
  super(msg)
end