From 3fb13e36c97810eb9c7cf2d899b60f6dce30b7af Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 9 Oct 2007 05:47:07 +0000 Subject: Checkpoint svn path=/scripts/rpki/exceptions.py; revision=1126 --- scripts/rpki/exceptions.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/rpki/exceptions.py') 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.""" -- cgit v1.2.3