class StripeError(Exception):
http_status: str
class CardError(Exception):
class InvalidRequestError(Exception):
...