django-allauth-cas/allauth_cas/exceptions.py
Aurélien Delobelle 76fd5ca344 initial
2017-07-25 18:31:42 +02:00

7 lines
140 B
Python

# -*- coding: utf-8 -*-
class CASAuthenticationError(Exception):
"""
Base exception to signal CAS authentication failure.
"""