diff options
-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. |