grom358 / pharborist

A PHP library to query and transform source code via tree operations.
GNU General Public License v3.0
44 stars 10 forks source link

Add filename to ParserException message #198

Closed webchick closed 9 years ago

webchick commented 9 years ago

This makes errors go from:

Error at 497:44: expected ;

to:

Error at 497:44 in /Users/webchick/Sites/8.x/modules/cdn/cdn.basic.farfuture.inc: expected ;

...making for much easier debugging.