Files @ f7326eedf7c1
Branch filter:

Location: symposion_app/registrasion/exceptions.py

Christopher Neugebauer
Makes as many reports under attendee() as possible a QuerysetReport
1
2
3
4
5
from django.core.exceptions import ValidationError


class CartValidationError(ValidationError):
    pass