aboutsummaryrefslogtreecommitdiff
path: root/scripts/rpki/exceptions.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-11-06 16:53:33 +0000
committerRob Austein <sra@hactrn.net>2007-11-06 16:53:33 +0000
commitb435ecf3fa0f0fdd7e3a020584f60174f88819d3 (patch)
treec0973da8a6e7be2b0edbc31bd7d6e7773ec58be5 /scripts/rpki/exceptions.py
parent68e600f3c81b42011ff977f52942471e55ba128b (diff)
ChildNotFound
svn path=/scripts/rpki/exceptions.py; revision=1241
Diffstat (limited to 'scripts/rpki/exceptions.py')
-rw-r--r--scripts/rpki/exceptions.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/rpki/exceptions.py b/scripts/rpki/exceptions.py
index 2108d531..2819dff8 100644
--- a/scripts/rpki/exceptions.py
+++ b/scripts/rpki/exceptions.py
@@ -46,3 +46,6 @@ class BadPKCS10(Exception):
class UpstreamError(Exception):
"""Received an error from upstream."""
+
+class ChildNotFound(Exception):
+ """Could not find specified child in database."""