Searched refs:UnexpectedHTTPResponseError (Results 1 – 2 of 2) sorted by relevance
26 class UnexpectedHTTPResponseError(Exception): class42 super(UnexpectedHTTPResponseError, self).__init__(msg)
30 from boto.glacier.exceptions import UnexpectedHTTPResponseError119 raise UnexpectedHTTPResponseError(ok_responses, response)