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 877b467 + cea08e3 commit 250999eCopy full SHA for 250999e
bin/magento
@@ -21,7 +21,7 @@ try {
21
set_error_handler([$handler, 'handler']);
22
$application = new Magento\Framework\Console\Cli('Magento CLI');
23
$application->run();
24
-} catch (\Exception $e) {
+} catch (\Throwable $e) {
25
while ($e) {
26
echo $e->getMessage();
27
echo $e->getTraceAsString();
0 commit comments