diff options
author | Rob Austein <sra@hactrn.net> | 2007-09-26 19:52:53 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-09-26 19:52:53 +0000 |
commit | a1684850d3616d828b72bc74f6e1ecd911ecd60a (patch) | |
tree | 9435864811d00587e09f3ed18d0f1cfef87712f0 /scripts/rpki/exceptions.py | |
parent | 54a6b55d1a7d400eebee6cb378e7800d192908d0 (diff) |
Checkpoint
svn path=/scripts/rpki/exceptions.py; revision=1038
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 6302d1b9..6bc1c930 100644 --- a/scripts/rpki/exceptions.py +++ b/scripts/rpki/exceptions.py @@ -31,3 +31,6 @@ class NotACertificateChain(Exception): class BadContactURL(Exception): """Error trying to parse up-down protocol contact URL.""" + +class BadClassNameSyntax(Exception): + """Illegal syntax for a class_name.""" |