type runtime.Error

5 uses

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

	github.com/kevinburke/ssh_config
		config.go#L224: 			if _, ok := r.(runtime.Error); ok {

	github.com/lib/pq
		error.go#L486: 	case runtime.Error:

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

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