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