diff options
author | Rob Austein <sra@hactrn.net> | 2009-05-10 20:51:21 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-05-10 20:51:21 +0000 |
commit | 3031f6ecc8ee5a3e137f835ea5e7f6d40ce99f34 (patch) | |
tree | e68e393c6087d2a524a07988b01e839952ef0d4b /rpkid/rpki/exceptions.py | |
parent | 18b0cb5714699d1069e0458410af92a39dbdfe8b (diff) |
Lint
svn path=/rpkid/irbe_cli.py; revision=2419
Diffstat (limited to 'rpkid/rpki/exceptions.py')
-rw-r--r-- | rpkid/rpki/exceptions.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rpkid/rpki/exceptions.py b/rpkid/rpki/exceptions.py index f5aca3aa..d2ff92ec 100644 --- a/rpkid/rpki/exceptions.py +++ b/rpkid/rpki/exceptions.py @@ -148,3 +148,6 @@ class ForbiddenURI(RPKI_Exception): class HTTPSRetryFailure(RPKI_Exception): """HTTPS connection failed and request has already been retried.""" + +class BadPublicationReply(RPKI_Exception): + """Unexpected reply to publication query.""" |