Commit 6fb5fdb3 by Ed Crewe

exceptions was missing so I assume it was something like this

parent 8745c246
"CasTicketException, CasConfigException"
from django.core.exceptions import ValidationError
class CasTicketException(ValidationError):
"""The ticket fails to validate"""
class CasConfigException(ValidationError):
"""The config is wrong"""
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment