Source code for pay.errors

import stripe

# the following exceptions should be caught and logged - the user should be
# informed that the payment failed, but not why
[docs] CARD_ERRORS = (stripe.error.CardError, )