phoenicis
phoenicis copied to clipboard
Add Input Validation to the Script Utility Classes
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