aboutsummaryrefslogtreecommitdiffstats
path: root/docs/exceptions.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2015-04-14 21:15:36 -0400
committerAlex Gaynor <alex.gaynor@gmail.com>2015-04-14 21:15:36 -0400
commit27c750de99df6818b5bc0414dd7995fb514f5c28 (patch)
tree3da23585595b6defdcf290e680d71800ce166c64 /docs/exceptions.rst
parent3bf44db428e98058e29cd5e7ddd97fd5baad3dee (diff)
parentd14dcc577ffc851eb32a2f77431f043fa5a7ce37 (diff)
downloadcryptography-27c750de99df6818b5bc0414dd7995fb514f5c28.tar.gz
cryptography-27c750de99df6818b5bc0414dd7995fb514f5c28.tar.bz2
cryptography-27c750de99df6818b5bc0414dd7995fb514f5c28.zip
Merge pull request #1848 from reaperhulk/invalid-token
Twofactor invalid token
Diffstat (limited to 'docs/exceptions.rst')
-rw-r--r--docs/exceptions.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/exceptions.rst b/docs/exceptions.rst
index 28da8ecc..59d7d9d7 100644
--- a/docs/exceptions.rst
+++ b/docs/exceptions.rst
@@ -37,9 +37,3 @@ Exceptions
This is raised when the verify method of a key derivation function's
computed key does not match the expected key.
-
-
-.. class:: InvalidToken
-
- This is raised when the verify method of a one time password function's
- computed token does not match the expected token.