Files @ 12e04c248fb1
Branch filter:

Location: symposion_app/registrasion/exceptions.py

Christopher Neugebauer
Credit notes are now generated when invoices are overpaid, or invoices are paid into void or refunded invoices. Closes #37.
1
2
3
4
5
from django.core.exceptions import ValidationError


class CartValidationError(ValidationError):
    pass