From 370b80a69e48dd36bdfd0922dcf65318d6db68f4 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 25 Sep 2014 04:13:23 +0000 Subject: Convert remaining rpkid up-down code from SAX to etree. svn path=/branches/tk705/; revision=5970 --- rpki/exceptions.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'rpki/exceptions.py') diff --git a/rpki/exceptions.py b/rpki/exceptions.py index 86c7fa27..3ca8bd81 100644 --- a/rpki/exceptions.py +++ b/rpki/exceptions.py @@ -375,3 +375,8 @@ class WrongEKU(RPKI_Exception): """ Extended Key Usage extension does not match profile. """ + +class UnexpectedUpDownResponse(RPKI_Exception): + """ + Up-down message is not of the expected type. + """ -- cgit v1.2.3