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 3fce43b4..3c65f2b1 100644
--- a/scripts/rpki/exceptions.py
+++ b/scripts/rpki/exceptions.py
@@ -37,3 +37,6 @@ class BadClassNameSyntax(Exception):
class BadIssueResponse(Exception):
"""issue_response PDU with wrong number of classes or certificates."""
+
+class NotImplementedYet(Exception):
+ """Internal error -- not implemented yet."""