aboutsummaryrefslogtreecommitdiff
path: root/rpki/exceptions.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2014-09-25 04:13:23 +0000
committerRob Austein <sra@hactrn.net>2014-09-25 04:13:23 +0000
commit370b80a69e48dd36bdfd0922dcf65318d6db68f4 (patch)
tree09cd5e3a49078fe32aacb18393135805752094a7 /rpki/exceptions.py
parent86bf27d64be4125c9390e485825fa77adc325e0d (diff)
Convert remaining rpkid up-down code from SAX to etree.
svn path=/branches/tk705/; revision=5970
Diffstat (limited to 'rpki/exceptions.py')
-rw-r--r--rpki/exceptions.py5
1 files changed, 5 insertions, 0 deletions
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.
+ """