exception

package
v0.2.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2022 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Rendered for js/wasm

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Catch

func Catch(err *error)

Catch recovers from panics and attempts to convert the value into an error. Must be used directly in a defer statement, can not be called elsewhere. Set 'err' to the address of the return value, typically with a named return error value. Example: defer exception.Catch(&err)

func CatchHandler

func CatchHandler(fn func(err error))

CatchHandler is the same as Catch, but enables custom error handling after recovering.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL