aboutsummaryrefslogtreecommitdiff
path: root/scripts/rpki/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/rpki/exceptions.py')
-rw-r--r--scripts/rpki/exceptions.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/rpki/exceptions.py b/scripts/rpki/exceptions.py
index 43b7ab4d..ba375ed4 100644
--- a/scripts/rpki/exceptions.py
+++ b/scripts/rpki/exceptions.py
@@ -58,3 +58,6 @@ class BadSender(Exception):
class ClassNameMismatch(Exception):
"""class_name does not match child context."""
+
+class SKIMismatch(Exception):
+ """SKI value in response does not match request."""