From 9faa8e61bedb91f316593c428af77a9378b610e1 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sun, 23 Sep 2007 21:22:36 +0000 Subject: Checkpoint svn path=/scripts/irdb.py; revision=1010 --- scripts/rpki/exceptions.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/rpki/exceptions.py') diff --git a/scripts/rpki/exceptions.py b/scripts/rpki/exceptions.py index f1be383e..6302d1b9 100644 --- a/scripts/rpki/exceptions.py +++ b/scripts/rpki/exceptions.py @@ -14,8 +14,8 @@ class BadStatusCode(Exception): class BadQuery(Exception): """Unexpected protocol query.""" -class MultipleROAsFound(Exception): - """Found multiple ROAs in a relationship that should be one-to-one.""" +class DBConsistancyError(Exception): + """Found multiple matches for a database query that shouldn't ever return that.""" class CMSVerificationFailed(Exception): """Verification of a CMS message failed.""" -- cgit v1.2.3