blob: 493d6abd910b4de0a44e8e08d72f494eae17366b [file] [log] [blame]
Andrew Svetlov0baa72f2018-09-11 10:13:04 -07001Create a dedicated ``asyncio.CancelledError``, ``asyncio.InvalidStateError``
2and ``asyncio.TimeoutError`` exception classes. Inherit them from
3corresponding exceptions from ``concurrent.futures`` package. Extract
4``asyncio`` exceptions into a separate file.