nwaku/waku/common/error_handling.nim
2024-03-16 00:08:47 +01:00

2 lines
81 B
Nim

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