All async errors are recoverable

This commit is contained in:
Zahary Karadjov 2019-03-26 12:29:45 +02:00
parent 1357045cfa
commit 9d346412eb

View File

@ -173,7 +173,7 @@ else:
MSG_NOSIGNAL MSG_NOSIGNAL
type type
AsyncError* = object of Exception AsyncError* = object of CatchableError
## Generic async exception ## Generic async exception
AsyncTimeoutError* = object of AsyncError AsyncTimeoutError* = object of AsyncError
## Timeout exception ## Timeout exception