type runtime.Error

3 uses

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

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

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