MCPcopy
hub / github.com/sagikazarmark/modern-go-application / noopErrorHandler

Struct noopErrorHandler

internal/common/error_handler.go:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13type noopErrorHandler struct{}
14
15// NewNoopErrorHandler returns an error handler that discards every error.
16func NewNoopErrorHandler() ErrorHandler { return noopErrorHandler{} }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected