MCPcopy Create free account
hub / github.com/stretchr/testify / customError

Struct customError

assert/assertions_test.go:1591–1591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1589}
1590
1591type customError struct{}
1592
1593func (*customError) Error() string { return "fail" }
1594

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected