aboutsummaryrefslogtreecommitdiffstats
path: root/docs/exceptions.rst
diff options
context:
space:
mode:
authorAyrx <terrycwk1994@gmail.com>2014-03-15 21:51:04 +0800
committerAyrx <terrycwk1994@gmail.com>2014-03-15 21:51:04 +0800
commit30e574e8f0759a747f77e0e45fa5dbefeb44f3f0 (patch)
treea32b6765ba4ff5862c35b2b181443b2b181c6617 /docs/exceptions.rst
parentb8a9c9e6243716b353b0786dae1e6e7d94f474a8 (diff)
downloadcryptography-30e574e8f0759a747f77e0e45fa5dbefeb44f3f0.tar.gz
cryptography-30e574e8f0759a747f77e0e45fa5dbefeb44f3f0.tar.bz2
cryptography-30e574e8f0759a747f77e0e45fa5dbefeb44f3f0.zip
Added backend check to twofactor primitives
Diffstat (limited to 'docs/exceptions.rst')
-rw-r--r--docs/exceptions.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/exceptions.rst b/docs/exceptions.rst
index 48c4bca8..e5010ebe 100644
--- a/docs/exceptions.rst
+++ b/docs/exceptions.rst
@@ -56,3 +56,9 @@ Exceptions
This is raised when the verify method of a one time password function's
computed token does not match the expected token.
+.. class:: UnsupportedInterface
+
+ .. versionadded:: 0.3
+
+ This is raised when the provided backend does not support the required
+ interface.