Exception: GatewayErrors::CardExpireError
- Defined in:
- lib/gateway_errors.rb
Instance Method Summary collapse
-
#initialize(msg = "Card is expired.") ⇒ CardExpireError
constructor
A new instance of CardExpireError.
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 |