wagtail-longclaw/longclaw/checkout/utils.py

5 wiersze
105 B
Python
Czysty Zwykły widok Historia

2017-02-03 10:04:57 +00:00
class PaymentError(Exception):
def __init__(self, message):
self.message = str(message)