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