diff options
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.""" |