Files @ 8ad265a65a08
Branch filter:

Location: symposion_app/registrasion/exceptions.py

Christopher Neugebauer
Fixes tests now that $0 invoices pay themselves
1
2
3
4
from django.core.exceptions import ValidationError

class CartValidationError(ValidationError):
    pass