wagtail-longclaw/longclaw/longclawcheckout/errors.py

5 wiersze
101 B
Python

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