diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-03-15 10:37:59 -0430 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-03-15 10:37:59 -0430 |
commit | 53faebcfdd7154d1f481ef7e0cc62a1a0c1a8334 (patch) | |
tree | eb71a2f274bd80b0208e1cfdff03b57671f72561 /docs/exceptions.rst | |
parent | b8a9c9e6243716b353b0786dae1e6e7d94f474a8 (diff) | |
parent | a8d6b047b59794037a7be8fbfce60eedbedc100d (diff) | |
download | cryptography-53faebcfdd7154d1f481ef7e0cc62a1a0c1a8334.tar.gz cryptography-53faebcfdd7154d1f481ef7e0cc62a1a0c1a8334.tar.bz2 cryptography-53faebcfdd7154d1f481ef7e0cc62a1a0c1a8334.zip |
Merge pull request #798 from Ayrx/add-backend-check-to-twofactor
Added backend check to twofactor primitives
Diffstat (limited to 'docs/exceptions.rst')
-rw-r--r-- | docs/exceptions.rst | 6 |
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. |