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.
__toString()
2 parents 9d7da2c + 97916c8 commit 4348f61Copy full SHA for 4348f61
app/code/Magento/Ui/TemplateEngine/Xhtml/Result.php
@@ -115,7 +115,7 @@ public function __toString()
115
$this->compiler->compile($templateRootElement, $this->component, $this->component);
116
$this->appendLayoutConfiguration();
117
$result = $this->compiler->postprocessing($this->template->__toString());
118
- } catch (\Exception $e) {
+ } catch (\Throwable $e) {
119
$this->logger->critical($e->getMessage());
120
$result = $e->getMessage();
121
}
0 commit comments