Searched refs:ClientError (Results 1 – 4 of 4) sorted by relevance
18 class ClientError(Exception): class76 except ClientError as e:88 raise ClientError("Unrecognized command %r" % msg)126 raise ClientError("Nested chunks are not allowed")
33 from .serv import AsyncServer, AsyncServerConnection, ClientError, ServerError
435 except (aiohttp.ClientError, asyncio.TimeoutError):494 except (aiohttp.ClientError, asyncio.TimeoutError):520 except (aiohttp.ClientError, asyncio.TimeoutError):
217 raise bb.asyncrpc.ClientError("Unrecognized command %r" % msg)