django-allauth-cas/allauth_cas/exceptions.py

5 lines
114 B
Python
Raw Permalink Normal View History

2017-07-25 18:31:42 +02:00
class CASAuthenticationError(Exception):
"""
Base exception to signal CAS authentication failure.
"""