schon/core/errors.py

5 lines
96 B
Python

from django.core.exceptions import BadRequest
class NotEnoughMoneyError(BadRequest):
pass