MCPcopy Create free account
hub / github.com/bracesdev/errtrace / Error

Method Error

cmd/errtrace/testdata/golden/no_import.go:7–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5type myError struct{}
6
7func (*myError) Error() string {
8 return "sadness"
9}
10
11func Try() error {
12 return &myError{}

Callers 1

TestParseMainParamsFunction · 0.45

Calls

no outgoing calls

Tested by 1

TestParseMainParamsFunction · 0.36