aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpkid/rpki/exceptions.py')
-rw-r--r--rpkid/rpki/exceptions.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/rpkid/rpki/exceptions.py b/rpkid/rpki/exceptions.py
index eb55e702..f055cb53 100644
--- a/rpkid/rpki/exceptions.py
+++ b/rpkid/rpki/exceptions.py
@@ -293,3 +293,8 @@ class HandleTranslationError(RPKI_Exception):
"""
Internal error translating protocol handle -> SQL id.
"""
+
+class NoObjectAtURI(RPKI_Exception):
+ """
+ No object published at specified URI.
+ """