Added support for handling user-merging workflows at authentication time.
[django-cas-provider.git] / cas_provider / exceptions.py
diff --git a/cas_provider/exceptions.py b/cas_provider/exceptions.py
new file mode 100644 (file)
index 0000000..202eda8
--- /dev/null
@@ -0,0 +1,6 @@
+# -*- coding: utf-8 -*-
+"""cas_provider.exceptions -- exceptions defined for CAS login workflows
+"""
+
+
+class SameEmailMismatchedPasswords(Exception): pass