diff options
Diffstat (limited to 'scripts/rpki/exceptions.py')
-rw-r--r-- | scripts/rpki/exceptions.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/rpki/exceptions.py b/scripts/rpki/exceptions.py index 51327bff..1b241832 100644 --- a/scripts/rpki/exceptions.py +++ b/scripts/rpki/exceptions.py @@ -67,3 +67,6 @@ class SubprocessError(Exception): class BadIRDBReply(Exception): """Unexpected reply to IRDB query.""" + +class NotFound(Exception): + """Object not found in database.""" |