aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpkid/rpki/exceptions.py')
-rw-r--r--rpkid/rpki/exceptions.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/rpkid/rpki/exceptions.py b/rpkid/rpki/exceptions.py
index 4c1183be..393700e6 100644
--- a/rpkid/rpki/exceptions.py
+++ b/rpkid/rpki/exceptions.py
@@ -77,6 +77,9 @@ class BadSender(RPKI_Exception):
class ClassNameMismatch(RPKI_Exception):
"""class_name does not match child context."""
+class ClassNameUnknown(RPKI_Exception):
+ """Unknown class_name."""
+
class SKIMismatch(RPKI_Exception):
"""SKI value in response does not match request."""