Documentation ¶ Index ¶ func Panic(v ...any) func Panicf(format string, v ...any) func Recover(onError func(string)) func Strict(err error, v ...any) func StrictFn(err error, fn any) func Strictf(err error, format string, v ...any) func Unimplemented() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Panic ¶ func Panic(v ...any) func Panicf ¶ func Panicf(format string, v ...any) func Recover ¶ func Recover(onError func(string)) func Strict ¶ func Strict(err error, v ...any) func StrictFn ¶ func StrictFn(err error, fn any) func Strictf ¶ func Strictf(err error, format string, v ...any) func Unimplemented ¶ added in v0.6.7 func Unimplemented() error Types ¶ This section is empty. Source Files ¶ View all Source files panic.go recover.go strict.go unimplemented.go Click to show internal directories. Click to hide internal directories.