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 ac4af31 commit 49bf35dCopy full SHA for 49bf35d
lib/internal/Magento/Framework/App/FrontController.php
@@ -141,7 +141,8 @@ private function processRequest(
141
//Validation failed - processing validation results.
142
$this->logger->debug(
143
'Request validation failed for action "'
144
- .get_class($actionInstance) .'"'
+ . get_class($actionInstance) . '"',
145
+ ["exception" => $exception]
146
);
147
$result = $exception->getReplaceResult();
148
if ($messages = $exception->getMessages()) {
0 commit comments