Registry / utility / goexl-exception

goexl-exception

JSON →
library0.0.4gogounverified

Provides exception handling utilities for Go applications.

go get github.com/goexl/exception
INSTALL
IMPORT
SIG · GOEXL-EXCEPTION
G
goexl-exception
utilitygov0.0.4
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

exception
github.com/goexl/exception

Create and print a new exception.

package main import ( "fmt" "github.com/goexl/exception" ) func main() { err := exception.New("something went wrong") fmt.Println(err.Error()) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.4latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
goexl-exception — go get goexl-exception · libregistry