Lines Matching refs:exceptions
25 from . import exceptions
252 raise exceptions.InvalidStateError(
255 if not isinstance(exc, exceptions.CancelledError):
277 except exceptions.CancelledError as exc:
453 except exceptions.CancelledError as exc:
454 raise exceptions.TimeoutError() from exc
467 except exceptions.CancelledError:
491 except exceptions.CancelledError as exc:
492 raise exceptions.TimeoutError() from exc
562 exceptions!) of the original Futures (or coroutines), in the order
604 raise exceptions.TimeoutError
729 exceptions in the tasks are treated the same as successful
791 res = exceptions.CancelledError(