From b435ecf3fa0f0fdd7e3a020584f60174f88819d3 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 6 Nov 2007 16:53:33 +0000 Subject: ChildNotFound svn path=/scripts/rpki/exceptions.py; revision=1241 --- scripts/rpki/exceptions.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/rpki/exceptions.py') 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.""" -- cgit v1.2.3