Files @ aacdab7d16ee
Branch filter:

Location: symposion_app/registrasion/exceptions.py

Christopher Neugebauer
The reporting module now passes flake8
1
2
3
4
5
from django.core.exceptions import ValidationError


class CartValidationError(ValidationError):
    pass