From d522b7c64afbed42427c8ca0f1fedb33baf854a1 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 21 Sep 2007 20:20:14 +0000 Subject: Start on server handler for up-down protocol. svn path=/scripts/rpki/exceptions.py; revision=1005 --- scripts/rpki/exceptions.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/rpki/exceptions.py') 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.""" -- cgit v1.2.3