From dcdf9ef1787cb0a4e86de1c37f50618b89974fb5 Mon Sep 17 00:00:00 2001 From: Rob Austein <sra@hactrn.net> Date: Fri, 2 Nov 2007 03:47:25 +0000 Subject: Checkpoint svn path=/pow/POW-0.7/lib/pkix.py; revision=1231 --- 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 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.""" -- cgit v1.2.3