aboutsummaryrefslogtreecommitdiff
path: root/google/auth/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'google/auth/exceptions.py')
-rw-r--r--google/auth/exceptions.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/google/auth/exceptions.py b/google/auth/exceptions.py
index 57f181e..e9e7377 100644
--- a/google/auth/exceptions.py
+++ b/google/auth/exceptions.py
@@ -57,3 +57,7 @@ class ReauthFailError(RefreshError):
super(ReauthFailError, self).__init__(
"Reauthentication failed. {0}".format(message)
)
+
+
+class ReauthSamlChallengeFailError(ReauthFailError):
+ """An exception for SAML reauth challenge failures."""