diff options
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.""" |