mirror of
https://github.com/logos-storage/nim-chronos.git
synced 2026-01-06 23:43:06 +00:00
FutureDefect is a type of Defect
This commit is contained in:
parent
8e70d1be7a
commit
a9ed7e4f3f
@ -53,7 +53,7 @@ type
|
||||
|
||||
FutureVar*[T] = distinct Future[T]
|
||||
|
||||
FutureDefect* = object of Exception
|
||||
FutureDefect* = object of Defect
|
||||
cause*: FutureBase
|
||||
|
||||
FutureError* = object of CatchableError
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user