mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-01-03 06:23:10 +00:00
2 lines
81 B
Nim
2 lines
81 B
Nim
type OnFatalErrorHandler* = proc(errMsg: string) {.gcsafe, closure, raises: [].}
|