logos-messaging-nim/waku/common/error_handling.nim
Aaryamann Challani 1563ea8188 fix(rln-relay): graceful shutdown with non-zero exit code (#2429)
* fix(rln-relay): graceful shutdown with non-zero exit code

* fix: missed args

* fix: exception str

Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com>

* fix: remove old comment

---------

Co-authored-by: Ivan FB <128452529+Ivansete-status@users.noreply.github.com>
2024-02-15 16:55:08 +05:30

2 lines
82 B
Nim

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