wagtail-longclaw/longclaw/checkout/utils.py

5 wiersze
105 B
Python

class PaymentError(Exception):
def __init__(self, message):
self.message = str(message)