mirror of
https://github.com/status-im/nim-chronos.git
synced 2025-03-03 12:20:32 +00:00
All async errors are recoverable
This commit is contained in:
parent
1357045cfa
commit
9d346412eb
@ -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