diff options
author | Rob Austein <sra@hactrn.net> | 2008-04-27 01:54:23 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2008-04-27 01:54:23 +0000 |
commit | 04b3090b40b75f409918917e9e04f678552d0a0b (patch) | |
tree | b82eb84761942ebc055dc4dc592c89d126c506a9 /rpkid/rpki/exceptions.py | |
parent | a774b7f979675b386597faf7d3fc357f14c1e6ef (diff) |
Get testpoke.py working again
svn path=/rpkid/rpki/exceptions.py; revision=1714
Diffstat (limited to 'rpkid/rpki/exceptions.py')
-rw-r--r-- | rpkid/rpki/exceptions.py | 2 |
1 files changed, 2 insertions, 0 deletions
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.""" |