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