Files @ ed2327beddb3
Branch filter:

Location: symposion_app/registrasion/exceptions.py

Christopher Neugebauer
Cleans up the architecture for report views
1
2
3
4
5
from django.core.exceptions import ValidationError


class CartValidationError(ValidationError):
    pass