Searched refs:CommunicationError (Results 1 – 6 of 6) sorted by relevance
30 class CommunicationError(Error): class35 class HttpError(CommunicationError):67 class InvalidDataFromServerError(InvalidDataError, CommunicationError):102 class TransferError(CommunicationError):117 class RequestError(CommunicationError):
156 raise exceptions.CommunicationError(320 except exceptions.CommunicationError:
872 raise exceptions.CommunicationError(
31 class CommunicationError(Error): class83 raise CommunicationError('saw no newline in the first 6 bytes')
23 class CommunicationError(Error): class309 raise CommunicationError(
116 except exceptions.CommunicationError: