aboutsummaryrefslogtreecommitdiffstats
path: root/docs/exceptions.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-11-22 13:09:38 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2013-11-22 13:09:38 -0800
commitf1569b6abbba6920ca343c62721098e0ce8c7f9c (patch)
tree101fe9588eb3353235cc4134e28528ac64f84271 /docs/exceptions.rst
parent797dd83d81915d5bab8791e513fcb26051870eb7 (diff)
downloadcryptography-f1569b6abbba6920ca343c62721098e0ce8c7f9c.tar.gz
cryptography-f1569b6abbba6920ca343c62721098e0ce8c7f9c.tar.bz2
cryptography-f1569b6abbba6920ca343c62721098e0ce8c7f9c.zip
One more documentation
Diffstat (limited to 'docs/exceptions.rst')
-rw-r--r--docs/exceptions.rst4
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.