diff options
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.""" |