MCPcopy
hub / github.com/cloudfoundry/cli / New

Function New

cf/errors/error.go:5–7  ·  view source on GitHub ↗
(message string)

Source from the content-addressed store, hash-verified

3import original "errors"
4
5func New(message string) error {
6 return original.New(message)
7}

Calls

no outgoing calls

Tested by

no test coverage detected