type runtime.Error

3 uses

	runtime (current package)
		error.go#L14: type Error interface {

	text/template
		exec.go#L169: 		case runtime.Error:

	text/template/parse
		parse.go#L209: 		if _, ok := e.(runtime.Error); ok {