nwaku/waku/common/error_handling.nim

2 lines
82 B
Nim

type
OnFatalErrorHandler* = proc(errMsg: string) {.gcsafe, closure, raises: [].}