nwaku/waku/common/error_handling.nim

2 lines
81 B
Nim

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