MCPcopy Create free account
hub / github.com/juju/errors / Error

Method Error

error_test.go:187–189  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

185}
186
187func (e error_) Error() string {
188 return e.info
189}
190
191func newError(message string) error {
192 return testError{message}

Callers 2

TestErrorStringMethod · 0.45
TestNewErrWithCauseMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected