mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-05-05 14:29:29 +00:00
2 lines
82 B
Nim
2 lines
82 B
Nim
|
|
type
|
||
|
|
OnFatalErrorHandler* = proc(errMsg: string) {.gcsafe, closure, raises: [].}
|