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 12abed7e..a72f819b 100644
--- a/rpkid/rpki/exceptions.py
+++ b/rpkid/rpki/exceptions.py
@@ -356,3 +356,8 @@ class PastNotAfter(RPKI_Exception):
"""
Requested notAfter value is already in the past.
"""
+
+class NullValidityInterval(RPKI_Exception):
+ """
+ Requested validity interval is null.
+ """