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