Versions in this module Expand all Collapse all v0 v0.16.2 Dec 14, 2023 v0.16.1 Dec 14, 2023 Changes in this version + type CallBackFn func(recoverObj interface{}, debugStackTrace string) + type PanicHandler func(interface{}) error + func MakeHandler(cb CallBackFn) PanicHandler + type RecoveredPanicErr struct + DebugStackTrace string + PanicObj interface{} + func (rpe RecoveredPanicErr) Error() string