aboutsummaryrefslogtreecommitdiffstats
path: root/docs/exceptions.rst
diff options
context:
space:
mode:
authorSteven Buss <steven.buss@gmail.com>2015-04-13 13:35:54 -0400
committerSteven Buss <steven.buss@gmail.com>2015-04-13 18:20:47 -0400
commitec60cae651465695e49c08d48b1ec200f758efec (patch)
tree5f0f28f65ff1e63b7893ced1c1e814893014d21a /docs/exceptions.rst
parente079c554e7b3506dfd8be56b2fd20336c79ce7a0 (diff)
downloadcryptography-ec60cae651465695e49c08d48b1ec200f758efec.tar.gz
cryptography-ec60cae651465695e49c08d48b1ec200f758efec.tar.bz2
cryptography-ec60cae651465695e49c08d48b1ec200f758efec.zip
Update docs
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.