schmittjoh / JMSTranslationBundle

Puts the Symfony2 Translation Component on steroids
http://jmsyst.com/bundles/JMSTranslationBundle
427 stars 291 forks source link

Added template name and line number to exception thrown by DefaultApplyingNodeVisitor #559

Closed adamwojs closed 3 years ago

adamwojs commented 3 years ago
Q A
Bug fix? no
New feature? yes
BC breaks? no
Deprecations? no
Tests pass? ?
Fixed tickets -
License Apache2

Description

Added template name and line number to exception message in https://github.com/schmittjoh/JMSTranslationBundle/blob/465302105289379e87cf4904ef713c8eab67709f/Twig/DefaultApplyingNodeVisitor.php#L77 to be able to easily identify source of error.

Todos

goetas commented 3 years ago

thanks!