Merge pull request #75 from status-im/fix-future-defect

FutureDefect is a type of Defect
This commit is contained in:
Eugene Kabanov 2020-02-18 05:54:55 +02:00 committed by GitHub
commit 3367b6ca90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ type
FutureVar*[T] = distinct Future[T]
FutureDefect* = object of Exception
FutureDefect* = object of Defect
cause*: FutureBase
FutureError* = object of CatchableError