Files @ 4dbe69574c2a
Branch filter:

Location: symposion_app/registrasion/exceptions.py

Christopher Neugebauer
Adds report that tracks the free money in the system

Fixes #52
1
2
3
4
5
from django.core.exceptions import ValidationError


class CartValidationError(ValidationError):
    pass