# Variables
New Usage:
New(any...) => make a withLineError of errors.New(fmt.Sprint(any...))
New(string , any...) => make a withLineError of fmt.Errorf(string, obj...)
New(error1(could be nil) , error2/string , error3/string ...) => wrap error1(error2(error3 ...)))
New(error) make a withLineError of error
*/.
# Interfaces
No description provided by the author