[Python-modules-commits] [python-social-auth] 07/71: added AuthUnreachableProvider exception to documentation
Wolfgang Borgert
debacle at moszumanska.debian.org
Sat Dec 24 15:14:21 UTC 2016
This is an automated email from the git hooks/post-receive script.
debacle pushed a commit to tag v0.2.14
in repository python-social-auth.
commit 0548524631a7a73d4493de618d2095a0591f3923
Author: Bulgantamir Gankhuyag <mr.unagaldai at gmail.com>
Date: Mon Sep 7 18:24:02 2015 +0900
added AuthUnreachableProvider exception to documentation
---
docs/exceptions.rst | 3 +++
1 file changed, 3 insertions(+)
diff --git a/docs/exceptions.rst b/docs/exceptions.rst
index 7fbd237..fdbfa17 100644
--- a/docs/exceptions.rst
+++ b/docs/exceptions.rst
@@ -49,4 +49,7 @@ than just the ``ValueError`` usually raised.
``AuthTokenRevoked``
Raised when the user revoked the access_token in the provider.
+``AuthUnreachableProvider``
+ Raised when server couldn't communicate with backend.
+
These are a subclass of ``ValueError`` to keep backward compatibility.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-social-auth.git
More information about the Python-modules-commits
mailing list