aboutsummaryrefslogtreecommitdiff
path: root/scripts/rpki/exceptions.py
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2007-11-06 21:55:47 +0000
committerRob Austein <sra@hactrn.net>2007-11-06 21:55:47 +0000
commit88953a016162642a1798c261ba04c2dc7440599a (patch)
tree8fff29f197c46c75e1eb2fcf2dddfebb46a07c61 /scripts/rpki/exceptions.py
parent3f68e5c928026598523b37770cc8c48b263e2b76 (diff)
Checkpoint
svn path=/scripts/rpki/exceptions.py; revision=1249
Diffstat (limited to 'scripts/rpki/exceptions.py')
-rw-r--r--scripts/rpki/exceptions.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/scripts/rpki/exceptions.py b/scripts/rpki/exceptions.py
index 2819dff8..b5f0010f 100644
--- a/scripts/rpki/exceptions.py
+++ b/scripts/rpki/exceptions.py
@@ -49,3 +49,9 @@ class UpstreamError(Exception):
class ChildNotFound(Exception):
"""Could not find specified child in database."""
+
+class BSCNotFound(Exception):
+ """Could not find specified BSC in database."""
+
+class BadSender(Exception):
+ """Unexpected XML sender value."""