Add configuration validation steps to throw exceptions when config files fail validation #15
Open
opened 5 years ago by warricksothr
·
0 comments
Loading…
Reference in new issue
There is no content yet.
Delete Branch '%!s(MISSING)'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Config files normally have certain validations that need to be run against them to ensure the config file is correctly formatted and the right data exists to continue. Add functionality for testing the configuration and catching an exception for invalid configuration files.