Module: Jackpot::Errors
- Defined in:
- lib/jackpot/errors.rb
Constant Summary collapse
- CardIsInvalid =
Basic Jackpot error class
This error is raised when Jackpot::Payment.initialize_credit_card tries to issue a payment to an invalid card
Class.new(Jackpot::Error)
- InvalidGateway =
This error indicates the Gateway was not initialized correctly
Class.new(Jackpot::Error)
- CustomerHasNoCardSaved =
Class.new(Jackpot::Error)
Class.new(Jackpot::Error)