diff options
author | Rob Austein <sra@hactrn.net> | 2007-09-23 21:22:36 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-09-23 21:22:36 +0000 |
commit | 9faa8e61bedb91f316593c428af77a9378b610e1 (patch) | |
tree | 624ab78b088eecc9d8d9bdea0eea9fbd2eb85069 /scripts/rpki/exceptions.py | |
parent | 46909637df94d982e5ee8bfbb27994c02fef0861 (diff) |
Checkpoint
svn path=/scripts/irdb.py; revision=1010
Diffstat (limited to 'scripts/rpki/exceptions.py')
-rw-r--r-- | scripts/rpki/exceptions.py | 4 |
1 files changed, 2 insertions, 2 deletions
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.""" |