type text/template.ExecError

5 uses

	text/template (current package)
		exec.go#L121: type ExecError struct {
		exec.go#L126: func (e ExecError) Error() string {
		exec.go#L130: func (e ExecError) Unwrap() error {
		exec.go#L143: 	panic(ExecError{
		exec.go#L173: 		case ExecError: