mirror of
https://github.com/smarty-php/smarty.git
synced 2025-11-19 17:09:39 +01:00
* Make SmartyCompilerException play nicer with error handler libraries Added a new constructor, which accepts a filename and a line number too (similar to ErrorException, except no severity parameter) This way error handlers will display the correct file's correct line as the source of the exception, instead of the template's line in the core of the parser (php file) Kept the __toString() method, but removed $source, $desc, and $template * Revert the breaking changes
1.7 KiB
1.7 KiB