Take advantage of ParseError in PHP 7.
When we try to load a configuration file and there's a syntax error, PHP 7 will throw the new ParseError. We can take advantage of that to capture it and give the user a meaningful message back. This resolves #483.
Loading
Please register or sign in to comment