Merge pull request #75 from status-im/fix-future-defect
FutureDefect is a type of Defect
This commit is contained in:
commit
3367b6ca90
|
@ -53,7 +53,7 @@ type
|
||||||
|
|
||||||
FutureVar*[T] = distinct Future[T]
|
FutureVar*[T] = distinct Future[T]
|
||||||
|
|
||||||
FutureDefect* = object of Exception
|
FutureDefect* = object of Defect
|
||||||
cause*: FutureBase
|
cause*: FutureBase
|
||||||
|
|
||||||
FutureError* = object of CatchableError
|
FutureError* = object of CatchableError
|
||||||
|
|
Loading…
Reference in New Issue