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 e3a9da25..2108d531 100644 --- a/scripts/rpki/exceptions.py +++ b/scripts/rpki/exceptions.py @@ -43,3 +43,6 @@ class NotImplementedYet(Exception): class BadPKCS10(Exception): """Bad PKCS #10 object.""" + +class UpstreamError(Exception): + """Received an error from upstream.""" |