diff options
author | Rob Austein <sra@hactrn.net> | 2007-12-17 20:02:52 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-12-17 20:02:52 +0000 |
commit | 076708ed9f3b28fb2ec2ad72e8d0c85334f01d01 (patch) | |
tree | dbf6c9d65fc4d3ccb139842fcda26f679bf9b5ba /scripts/rpki/exceptions.py | |
parent | 3a292afd511c722ca82d40126ca62d025ad28c76 (diff) |
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
Diffstat (limited to 'scripts/rpki/exceptions.py')
-rw-r--r-- | scripts/rpki/exceptions.py | 3 |
1 files changed, 3 insertions, 0 deletions
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.""" |