Skip to content

Commit

Permalink
All async errors are recoverable
Browse files Browse the repository at this point in the history
  • Loading branch information
zah committed Mar 26, 2019
1 parent de591ef commit 092413c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chronos/asyncloop.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 092413c

Please sign in to comment.