Files @ e9ebf5da03ea
Branch filter:

Location: symposion_app/registrasion/exceptions.py

Christopher Neugebauer
Writes inventory and overview documentation, and updates docstrings on a LOT of modules.
1
2
3
4
5
from django.core.exceptions import ValidationError


class CartValidationError(ValidationError):
    pass