We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96e1d58 commit 6e78145Copy full SHA for 6e78145
src/Bridges/CacheLatte/CacheMacro.php
@@ -49,7 +49,7 @@ public function finalize()
49
public function nodeOpened(Latte\MacroNode $node)
50
{
51
if ($node->modifiers) {
52
- throw new Latte\CompileException('Modifiers are not allowed here.');
+ throw new Latte\CompileException("Modifiers are not allowed in {{$node->name}}");
53
}
54
$this->used = TRUE;
55
$node->isEmpty = FALSE;
0 commit comments