Open nl253 opened 4 years ago
I would prefer to avoid having to do this and have the error constructor do it all:
throw new Error(msg('you need to provide pairs of colId, newName (e.g. df.rename(1, "Width", -2, "Length"))'))
The error constructor might need to take as parameters the class name, method name etc.
I would prefer to avoid having to do this and have the error constructor do it all: