diff options
author | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-04-19 09:34:56 -0500 |
---|---|---|
committer | Paul Kehrer <paul.l.kehrer@gmail.com> | 2014-04-20 16:53:04 -0500 |
commit | 8ab7a360330daa195ea1c0cf70d606dc7dce88c8 (patch) | |
tree | 4800e1b4b3c4d03bc0dfb7d4560e5d5576262a2f /docs/exceptions.rst | |
parent | 73dd4d5bd713f80fc0ffe04921d61d993437d458 (diff) | |
download | cryptography-8ab7a360330daa195ea1c0cf70d606dc7dce88c8.tar.gz cryptography-8ab7a360330daa195ea1c0cf70d606dc7dce88c8.tar.bz2 cryptography-8ab7a360330daa195ea1c0cf70d606dc7dce88c8.zip |
remove InvalidDecryption and replace with ValueError
Diffstat (limited to 'docs/exceptions.rst')
-rw-r--r-- | docs/exceptions.rst | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/exceptions.rst b/docs/exceptions.rst index 23e0df0a..28da8ecc 100644 --- a/docs/exceptions.rst +++ b/docs/exceptions.rst @@ -43,7 +43,3 @@ Exceptions This is raised when the verify method of a one time password function's computed token does not match the expected token. - -.. class:: InvalidDecryption - - This is raised when RSA decryption does not succeed. |