aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'rpkid/rpki/exceptions.py')
-rw-r--r--rpkid/rpki/exceptions.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/rpkid/rpki/exceptions.py b/rpkid/rpki/exceptions.py
index 0a8e597a..520f144b 100644
--- a/rpkid/rpki/exceptions.py
+++ b/rpkid/rpki/exceptions.py
@@ -306,3 +306,8 @@ class CMSContentNotSet(RPKI_Exception):
content; otherwise, only the .verify() method (which checks
signatures) is safe.
"""
+
+class HTTPTimeout(RPKI_Exception):
+ """
+ HTTP connection timed out.
+ """