components.payment_gateway.public.exceptions ¶
Classes¶
PaymentGatewayException ¶
Bases: Exception
Base class for all the Payment Gateway exceptions.
ProviderNotSupportedException ¶
Bases: PaymentGatewayException
Exception raised when a Payment Service Provider is not supported for a given operation.
Typically raised when the credentials are missing for the provider's API client, for example is a PSP can't be used in a given country.