Exceptions
PaymentException ¶
Bases: PaymentGatewayException
Base class for all Payment exceptions.
Note
Naming breaks the usual naming convention Payment[Subcomponent]Exception to avoid repetition of the word "Payment" in the exception name.
PaymentRequestNotFoundException ¶
Bases: PaymentException
Exception raised when trying to use fetch non-existing PaymentRequest object.