Merge pull request #27 from status-im/recoverable-errors

All async errors are recoverable
This commit is contained in:
Eugene Kabanov 2019-03-26 14:02:44 +02:00 committed by GitHub
commit 0ed60b8761
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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