From 73b48ecc296883031e67f6806044dece8a878709 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 1 Nov 2007 23:58:28 +0000 Subject: Checkpoint svn path=/scripts/rpki/exceptions.py; revision=1229 --- 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 3c65f2b1..e3a9da25 100644 --- a/scripts/rpki/exceptions.py +++ b/scripts/rpki/exceptions.py @@ -40,3 +40,6 @@ class BadIssueResponse(Exception): class NotImplementedYet(Exception): """Internal error -- not implemented yet.""" + +class BadPKCS10(Exception): + """Bad PKCS #10 object.""" -- cgit v1.2.3