Source code for yenepay.exceptions

"""
YenePay exceptions
"""


[docs]class CheckoutError(Exception): """Exception for checkout errors."""