From 3b29e24d5564ba2f47b5f56730e918c327f707cf Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Mon, 17 Dec 2007 09:11:23 +0000 Subject: CLI CMS callout was hanging, rewrite to work around svn path=/scripts/biz-certs/Bob-CA.srl; revision=1381 --- scripts/rpki/exceptions.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/rpki/exceptions.py') 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.""" -- cgit v1.2.3