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…
Reference in New Issue