aboutsummaryrefslogtreecommitdiff
path: root/scripts/rpki/exceptions.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-10-09 05:47:07 +0000
committerRob Austein <sra@hactrn.net>2007-10-09 05:47:07 +0000
commit3fb13e36c97810eb9c7cf2d899b60f6dce30b7af (patch)
treeaef4525a33fb21274c23af9d64189c96b9c77bb5 /scripts/rpki/exceptions.py
parent93f1f3c9e6202b8fceb206ac40d5316464e10e2c (diff)
Checkpoint
svn path=/scripts/rpki/exceptions.py; revision=1126
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 6bc1c930..3fce43b4 100644
--- a/scripts/rpki/exceptions.py
+++ b/scripts/rpki/exceptions.py
@@ -34,3 +34,6 @@ class BadContactURL(Exception):
class BadClassNameSyntax(Exception):
"""Illegal syntax for a class_name."""
+
+class BadIssueResponse(Exception):
+ """issue_response PDU with wrong number of classes or certificates."""