All async errors are recoverable

This commit is contained in:
Zahary Karadjov 2019-03-26 12:29:45 +02:00
parent 1357045cfa
commit 9d346412eb
1 changed files with 1 additions and 1 deletions

View File

@ -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