mirror of
https://github.com/status-im/nim-chronos.git
synced 2025-02-22 16:08:23 +00:00
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…
x
Reference in New Issue
Block a user