aboutsummaryrefslogtreecommitdiff
path: root/rpkid/rpki/exceptions.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2008-05-07 12:34:43 +0000
committerRob Austein <sra@hactrn.net>2008-05-07 12:34:43 +0000
commitda4b762da0c8b2efe0923d5d46adac33b9a13313 (patch)
tree1ffd012ca5827239469aace004c1837d994d293b /rpkid/rpki/exceptions.py
parentdbd6286dbe2b8607a7b46569753de2cb55a9a8cb (diff)
Checkpoint
svn path=/rpkid/rpki/exceptions.py; revision=1748
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 8bde9cde..a9579337 100644
--- a/rpkid/rpki/exceptions.py
+++ b/rpkid/rpki/exceptions.py
@@ -111,3 +111,6 @@ class MissingCMSEEcert(RPKI_Exception):
class MissingCMSCRL(RPKI_Exception):
"""Didn't receive CMS CRL when expecting one."""
+
+class UnparsableCMSDER(RPKI_Exception):
+ """Alleged CMS DER wasn't parsable."""