From d69c5842416c037c49157120ac4a44da1aa2d233 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 22 Oct 2007 12:30:36 +0000 Subject: Checkpoint svn path=/scripts/rpki/exceptions.py; revision=1183 --- 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 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.""" -- cgit v1.2.3