diff options
author | Rob Austein <sra@hactrn.net> | 2007-12-17 09:11:23 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-12-17 09:11:23 +0000 |
commit | 3b29e24d5564ba2f47b5f56730e918c327f707cf (patch) | |
tree | 77299bd9ba8bb3d5b61b7b038e5899eec59a970c /scripts/rpki/exceptions.py | |
parent | f366be0ee56b3d609cb65d1265fd5d7ee01a3fe5 (diff) |
CLI CMS callout was hanging, rewrite to work around
svn path=/scripts/biz-certs/Bob-CA.srl; revision=1381
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 ba375ed4..5fe42254 100644 --- a/scripts/rpki/exceptions.py +++ b/scripts/rpki/exceptions.py @@ -61,3 +61,6 @@ class ClassNameMismatch(Exception): class SKIMismatch(Exception): """SKI value in response does not match request.""" + +class SubprocessError(Exception): + """Subprocess returned unexpected error.""" |