commit | f1569b6abbba6920ca343c62721098e0ce8c7f9c | [log] [tgz] |
---|---|---|
author | Alex Gaynor <alex.gaynor@gmail.com> | Fri Nov 22 13:09:38 2013 -0800 |
committer | Alex Gaynor <alex.gaynor@gmail.com> | Fri Nov 22 13:09:38 2013 -0800 |
tree | 101fe9588eb3353235cc4134e28528ac64f84271 | |
parent | 797dd83d81915d5bab8791e513fcb26051870eb7 [diff] |
One more documentation
diff --git a/docs/exceptions.rst b/docs/exceptions.rst index ab1b28f..b0435b0 100644 --- a/docs/exceptions.rst +++ b/docs/exceptions.rst
@@ -13,3 +13,7 @@ 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.