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.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/rpkid/rpki/exceptions.py b/rpkid/rpki/exceptions.py
index 5093d2a4..b514129b 100644
--- a/rpkid/rpki/exceptions.py
+++ b/rpkid/rpki/exceptions.py
@@ -87,3 +87,6 @@ class NotFound(Exception):
class MustBePrefix(Exception):
"""Resource range cannot be expressed as a prefix."""
+
+class TLSValidationError(Exception):
+ """TLS certificate validation error."""