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