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.
2 parents 107f152 + d695b92 commit c04127cCopy full SHA for c04127c
app/code/Magento/Email/Model/AbstractTemplate.php
@@ -352,7 +352,7 @@ public function getProcessedTemplate(array $variables = [])
352
$result = $processor->filter($this->getTemplateText());
353
} catch (\Exception $e) {
354
$this->cancelDesignConfig();
355
- throw new \LogicException(__($e->getMessage()), $e);
+ throw new \LogicException(__($e->getMessage()), $e->getCode(), $e);
356
}
357
if ($isDesignApplied) {
358
0 commit comments