Files @ c9a62db774c5
Branch filter:

Location: symposion_app/registrasion/exceptions.py

Christopher Neugebauer
Resolves #17 - cannot generate invoice if there are no product items
1
2
3
4
from django.core.exceptions import ValidationError

class CartValidationError(ValidationError):
    pass