MCPcopy Index your code
hub / github.com/cloudfoundry/cli / NewErrorWrapper

Function NewErrorWrapper

api/cfnetworking/errors.go:16–18  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14}
15
16func NewErrorWrapper() *errorWrapper {
17 return new(errorWrapper)
18}
19
20// Wrap wraps a Cloud Controller connection in this error handling wrapper.
21func (e *errorWrapper) Wrap(innerconnection Connection) Connection {

Callers 2

NewClientFunction · 0.92
errors_test.goFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected