Files @ d106efb6ce20
Branch filter:

Location: symposion_app/vendor/registrasion/exceptions.py

Sachi King
Fix static content serving

What? Why did this stop working?
1
2
3
4
5
from django.core.exceptions import ValidationError


class CartValidationError(ValidationError):
    pass