This website requires JavaScript.
Explore
Help
Sign In
waku-org
/
nwaku
mirror of
https://github.com/waku-org/nwaku.git
Watch
1
Star
0
Fork
You've already forked nwaku
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
nwaku
/
waku
/
common
/
error_handling.nim
2 lines
81 B
Nim
Raw
Permalink
Normal View
History
Unescape
Escape
Generic re-style with nph 0.5.1 (#2396)
2024-03-15 23:08:47 +00:00
type
OnFatalErrorHandler
*
=
proc
(
errMsg
:
string
)
{.
gcsafe
,
closure
,
raises
:
[
]
.
}