func New()

in errors.go [19:21]


func New(text string) error {
	return &errorString{text, Caller(1)}
}