Skip to content
Snippets Groups Projects
Commit ed76d125 authored by Jaime Pérez's avatar Jaime Pérez
Browse files

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.
parent 3d80866b
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment