func New()

in testerror/error.go [20:24]


func New(msg string) *Error {
	return &Error{
		msg: msg,
	}
}