From 04b3090b40b75f409918917e9e04f678552d0a0b Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 27 Apr 2008 01:54:23 +0000 Subject: Get testpoke.py working again svn path=/rpkid/rpki/exceptions.py; revision=1714 --- rpkid/rpki/exceptions.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'rpkid/rpki/exceptions.py') diff --git a/rpkid/rpki/exceptions.py b/rpkid/rpki/exceptions.py index 620a0a49..a80ab0e5 100644 --- a/rpkid/rpki/exceptions.py +++ b/rpkid/rpki/exceptions.py @@ -97,3 +97,5 @@ class TLSValidationError(RPKI_Exception): class WrongEContentType(RPKI_Exception): """Received wrong CMS eContentType.""" +class EmptyPEM(RPKI_Exception): + """Couldn't find PEM block to convert.""" -- cgit v1.2.3