Skip to content

Commit 4f88f25

Browse files
committed
show full classname in exception message
1 parent 7fc5c69 commit 4f88f25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/system/classes/MarkupManager.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ private function makeTwigCallable(array $definitions, string $twigClass, array $
323323
if (!is_callable($callable)) {
324324
throw new SystemException(sprintf(
325325
'The markup %s (%s) for %s is not callable.',
326-
strtolower(class_basename($twigClass)),
326+
$twigClass,
327327
json_encode($callable),
328328
$name
329329
));

0 commit comments

Comments
 (0)