aboutsummaryrefslogtreecommitdiffstats
path: root/cryptography/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'cryptography/exceptions.py')
-rw-r--r--cryptography/exceptions.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/cryptography/exceptions.py b/cryptography/exceptions.py
index f9849e2f..1144cb94 100644
--- a/cryptography/exceptions.py
+++ b/cryptography/exceptions.py
@@ -46,3 +46,7 @@ class InvalidKey(Exception):
class InvalidToken(Exception):
pass
+
+
+class UnsupportedAsymmetricPadding(Exception):
+ pass