aboutsummaryrefslogtreecommitdiffstats
path: root/docs/exceptions.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-11-22 16:54:55 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2013-11-22 16:54:55 -0800
commitbae899ad36bcb99dbec94aaf026ef1650f2b1242 (patch)
treee81941130005701cee0139d57f53b817224fefd2 /docs/exceptions.rst
parente247d0be584c52e25694918ad2345dadde3fefa9 (diff)
downloadcryptography-bae899ad36bcb99dbec94aaf026ef1650f2b1242.tar.gz
cryptography-bae899ad36bcb99dbec94aaf026ef1650f2b1242.tar.bz2
cryptography-bae899ad36bcb99dbec94aaf026ef1650f2b1242.zip
Change teh exception
Diffstat (limited to 'docs/exceptions.rst')
-rw-r--r--docs/exceptions.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/exceptions.rst b/docs/exceptions.rst
index b0435b0c..c6f5a7cc 100644
--- a/docs/exceptions.rst
+++ b/docs/exceptions.rst
@@ -12,8 +12,3 @@ 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.