phoenicis icon indicating copy to clipboard operation
phoenicis copied to clipboard

Add Input Validation to the Script Utility Classes

Open madoar opened this issue 5 years ago • 0 comments

Currently most of our script utility classes don't do any kind of input validation. This leads to very non-informative exceptions being thrown in case of a bad input like a non-existing file or same other bad input.

To make it easier for Script developers to write their scripts I propose to improve our script utility classes with a better error handling like I previously did for the FileUtility class

madoar avatar Jul 03 '19 19:07 madoar