| 8199 | } |
| 8200 | |
| 8201 | type errorTemplateEngine struct{} |
| 8202 | |
| 8203 | func (errorTemplateEngine) Render(_ io.Writer, _ string, _ any, _ ...string) error { |
| 8204 | return errors.New("errorTemplateEngine") |
nothing calls this directly
no outgoing calls
no test coverage detected