Searched refs:CommunicationError (Results 1 – 7 of 7) sorted by relevance
45 class CommunicationError(Error): class50 class HttpError(CommunicationError):125 class InvalidDataFromServerError(InvalidDataError, CommunicationError):160 class TransferError(CommunicationError):175 class RequestError(CommunicationError):
229 raise exceptions.CommunicationError(395 except exceptions.CommunicationError:
980 raise exceptions.CommunicationError(
33 class CommunicationError(Error): class87 raise CommunicationError('saw no newline in the first 6 bytes')
42 class CommunicationError(Error): class434 raise CommunicationError(
48 except exceptions.CommunicationError:
97 with self.assertRaises(devshell.CommunicationError):