Skip to content

Commit

Permalink
Merge pull request status-im#27 from status-im/recoverable-errors
Browse files Browse the repository at this point in the history
All async errors are recoverable
  • Loading branch information
cheatfate authored Mar 26, 2019
2 parents cce120f + 092413c commit cd10921
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 cd10921

Please sign in to comment.