From 076708ed9f3b28fb2ec2ad72e8d0c85334f01d01 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 17 Dec 2007 20:02:52 +0000 Subject: Better error handling on IRDB queries. Partial support for new tag attributes. Fix race conditions in test scripts. svn path=/scripts/biz-certs/Bob-CA.srl; revision=1386 --- 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 5fe42254..51327bff 100644 --- a/scripts/rpki/exceptions.py +++ b/scripts/rpki/exceptions.py @@ -64,3 +64,6 @@ class SKIMismatch(Exception): class SubprocessError(Exception): """Subprocess returned unexpected error.""" + +class BadIRDBReply(Exception): + """Unexpected reply to IRDB query.""" -- cgit v1.2.3