Closed johannesloetzsch closed 2 years ago
Syntax errors in config files are now throwing an Exception.
If a file was specified using the CONFIG environment variable, it must exist. Otherwise an FileNotFoundException is thrown.
And as a nice side effect: yogthos/config has no more dependencies :)
@yogthos thanks for the nice cooperation :)
Syntax errors in config files are now throwing an Exception.
If a file was specified using the CONFIG environment variable, it must exist. Otherwise an FileNotFoundException is thrown.
And as a nice side effect: yogthos/config has no more dependencies :)