diff options
author | Rob Austein <sra@hactrn.net> | 2007-11-19 08:07:00 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-11-19 08:07:00 +0000 |
commit | 8ad3e4f7768ffb0defae8cdea241a4f4f27d8f37 (patch) | |
tree | 096c7b47e49698e470356bb78bfc682543f22956 /scripts/rpki/exceptions.py | |
parent | 91dc432c04482d32f887cfdc03a67ab09823e53a (diff) |
Still more method cleanup, including access control the absence of
which had been lost in the SQL noise.
svn path=/scripts/README; revision=1324
Diffstat (limited to 'scripts/rpki/exceptions.py')
-rw-r--r-- | scripts/rpki/exceptions.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/rpki/exceptions.py b/scripts/rpki/exceptions.py index b5f0010f..43b7ab4d 100644 --- a/scripts/rpki/exceptions.py +++ b/scripts/rpki/exceptions.py @@ -55,3 +55,6 @@ class BSCNotFound(Exception): class BadSender(Exception): """Unexpected XML sender value.""" + +class ClassNameMismatch(Exception): + """class_name does not match child context.""" |