diff options
author | Rob Austein <sra@hactrn.net> | 2007-09-21 20:20:14 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-09-21 20:20:14 +0000 |
commit | d522b7c64afbed42427c8ca0f1fedb33baf854a1 (patch) | |
tree | 84ef1a6f06c4b81773395622b8141928eb84cb94 /scripts/rpki/exceptions.py | |
parent | d35d9b2b5a9ab6e1861abc30768a2d8eaea7b310 (diff) |
Start on server handler for up-down protocol.
svn path=/scripts/rpki/exceptions.py; revision=1005
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 76fa4c27..f1be383e 100644 --- a/scripts/rpki/exceptions.py +++ b/scripts/rpki/exceptions.py @@ -28,3 +28,6 @@ class DERObjectConversionError(Exception): class NotACertificateChain(Exception): """Certificates don't form a proper chain.""" + +class BadContactURL(Exception): + """Error trying to parse up-down protocol contact URL.""" |