7 lines
140 B
Python
7 lines
140 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
|
|
class CASAuthenticationError(Exception):
|
|
"""
|
|
Base exception to signal CAS authentication failure.
|
|
"""
|