aboutsummaryrefslogtreecommitdiff
path: root/scripts/rpki/exceptions.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-11-01 23:58:28 +0000
committerRob Austein <sra@hactrn.net>2007-11-01 23:58:28 +0000
commit73b48ecc296883031e67f6806044dece8a878709 (patch)
treedccb38b9fabb335bb5e58b5df371b9c148e387aa /scripts/rpki/exceptions.py
parent4298f47f8bf028cd952c0e67d5c5f5d5da229ac6 (diff)
Checkpoint
svn path=/scripts/rpki/exceptions.py; revision=1229
Diffstat (limited to 'scripts/rpki/exceptions.py')
-rw-r--r--scripts/rpki/exceptions.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/rpki/exceptions.py b/scripts/rpki/exceptions.py
index 3c65f2b1..e3a9da25 100644
--- a/scripts/rpki/exceptions.py
+++ b/scripts/rpki/exceptions.py
@@ -40,3 +40,6 @@ class BadIssueResponse(Exception):
class NotImplementedYet(Exception):
"""Internal error -- not implemented yet."""
+
+class BadPKCS10(Exception):
+ """Bad PKCS #10 object."""