diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-22 13:09:38 -0800 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2013-11-22 13:09:38 -0800 |
commit | f1569b6abbba6920ca343c62721098e0ce8c7f9c (patch) | |
tree | 101fe9588eb3353235cc4134e28528ac64f84271 | |
parent | 797dd83d81915d5bab8791e513fcb26051870eb7 (diff) | |
download | cryptography-f1569b6abbba6920ca343c62721098e0ce8c7f9c.tar.gz cryptography-f1569b6abbba6920ca343c62721098e0ce8c7f9c.tar.bz2 cryptography-f1569b6abbba6920ca343c62721098e0ce8c7f9c.zip |
One more documentation
-rw-r--r-- | docs/exceptions.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/exceptions.rst b/docs/exceptions.rst index ab1b28fe..b0435b0c 100644 --- a/docs/exceptions.rst +++ b/docs/exceptions.rst @@ -13,3 +13,7 @@ Exceptions This is raised when a backend doesn't support the requested algorithm (or combination of algorithms). + +.. class:: IncorrectPadding + + This is raised when a block cipher's content isn't correctly padded. |