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