MCPcopy Create free account
hub / github.com/cloudfoundry/garden / Error

Struct Error

errors.go:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17)
18
19type Error struct {
20 Err error
21}
22
23func NewError(err string) *Error {
24 return &Error{Err: errors.New(err)}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected