FutureDefect is a type of Defect

This commit is contained in:
Zahary Karadjov 2020-02-18 00:34:57 +02:00
parent 8e70d1be7a
commit a9ed7e4f3f
No known key found for this signature in database
GPG Key ID: C8936F8A3073D609

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