4 lines
114 B
Python
4 lines
114 B
Python
class CASAuthenticationError(Exception):
|
|
"""
|
|
Base exception to signal CAS authentication failure.
|
|
"""
|