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

Method ComplexMessage

functions_test.go:441–443  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

439}
440
441func (c *complexErrorOther) ComplexMessage() string {
442 return c.Message
443}
444
445func (*functionSuite) TestHasType(c *gc.C) {
446 complexErr := &complexError{Message: "complex error message"}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected