mirror of
https://github.com/logos-storage/nim-chronos.git
synced 2026-01-11 09:53:06 +00:00
6 lines
146 B
Nim
6 lines
146 B
Nim
|
|
type
|
||
|
|
AsyncError* = object of CatchableError
|
||
|
|
## Generic async exception
|
||
|
|
AsyncTimeoutError* = object of AsyncError
|
||
|
|
## Timeout exception
|