aboutsummaryrefslogtreecommitdiff
path: root/scripts/rpki/exceptions.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-11-02 03:47:25 +0000
committerRob Austein <sra@hactrn.net>2007-11-02 03:47:25 +0000
commitdcdf9ef1787cb0a4e86de1c37f50618b89974fb5 (patch)
tree66dbb156a5eda4dbd313819c330fe5c798a3b6b6 /scripts/rpki/exceptions.py
parent73b48ecc296883031e67f6806044dece8a878709 (diff)
Checkpoint
svn path=/pow/POW-0.7/lib/pkix.py; revision=1231
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 e3a9da25..2108d531 100644
--- a/scripts/rpki/exceptions.py
+++ b/scripts/rpki/exceptions.py
@@ -43,3 +43,6 @@ class NotImplementedYet(Exception):
class BadPKCS10(Exception):
"""Bad PKCS #10 object."""
+
+class UpstreamError(Exception):
+ """Received an error from upstream."""