Lines Matching defs:exceptions
15 from . import exceptions
138 exc = exceptions.CancelledError()
140 exc = exceptions.CancelledError(self._cancel_message)
200 raise exceptions.InvalidStateError('Result is not ready.')
218 raise exceptions.InvalidStateError('Exception is not set.')
260 raise exceptions.InvalidStateError(f'{self._state}: {self!r}')
272 raise exceptions.InvalidStateError(f'{self._state}: {self!r}')
321 return exceptions.CancelledError(*exc.args)
323 return exceptions.TimeoutError(*exc.args)
325 return exceptions.InvalidStateError(*exc.args)