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 391bed82..c2e71493 100644
--- a/cryptography/exceptions.py
+++ b/cryptography/exceptions.py
@@ -14,3 +14,7 @@
class UnsupportedAlgorithm(Exception):
pass
+
+
+class AlreadyFinalized(Exception):
+ pass