diff options
Diffstat (limited to 'rpkid/rpki/exceptions.py')
-rw-r--r-- | rpkid/rpki/exceptions.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rpkid/rpki/exceptions.py b/rpkid/rpki/exceptions.py index 9c02c623..4c1183be 100644 --- a/rpkid/rpki/exceptions.py +++ b/rpkid/rpki/exceptions.py @@ -127,3 +127,6 @@ class CMSCRLNotSet(RPKI_Exception): class ServerShuttingDown(RPKI_Exception): """Server is shutting down.""" + +class NoActiveCA(RPKI_Exception): + """No active ca_detail for specified class.""" |