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