mirror of
https://github.com/status-im/nim-chronos.git
synced 2025-02-22 16:08:23 +00:00
Merge pull request #27 from status-im/recoverable-errors
All async errors are recoverable
This commit is contained in:
commit
0ed60b8761
@ -173,7 +173,7 @@ else:
|
||||
MSG_NOSIGNAL
|
||||
|
||||
type
|
||||
AsyncError* = object of Exception
|
||||
AsyncError* = object of CatchableError
|
||||
## Generic async exception
|
||||
AsyncTimeoutError* = object of AsyncError
|
||||
## Timeout exception
|
||||
|
Loading…
x
Reference in New Issue
Block a user