mirror of
https://github.com/logos-storage/nim-chronos.git
synced 2026-02-27 00:43:28 +00:00
This PR replaces the global strict exception mode with an option to handle `Exception` per function while at the same time enabling strict exception checking globally by default as has been planned for v4. `handleException` mode raises `AsyncExceptionError` to distinguish it from `ValueError` which may originate from user code. * remove obsolete 1.2 config options