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 aa43101 commit 0d4f327Copy full SHA for 0d4f327
1 file changed
view/adminhtml/templates/form/field.phtml
@@ -17,7 +17,11 @@ use Loki\Components\Util\Block\TemplateRenderer;
17
/** @var ViewModelFactory $viewModelFactory */
18
19
if (empty($templateRenderer)) {
20
- throw new RuntimeException('Template renderer not found in block "'.$block->getNameInLayout().'"');
+ throw new RuntimeException(
21
+ 'Template renderer not found in block "'
22
+ .$block->getNameInLayout()
23
+ .'" [template "'.$block->getTemplate().'"]'
24
+ );
25
}
26
27
$field = $block->getField();
0 commit comments