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 7e6eb15 commit 0848474Copy full SHA for 0848474
setup/src/Magento/Setup/Model/Installer.php
@@ -395,7 +395,7 @@ public function install($request)
395
try {
396
// phpcs:ignore Magento2.Functions.DiscouragedFunction
397
call_user_func_array([$this, $method], $params);
398
- } catch (RuntimeException $e) {
+ } catch (\Exception $e) {
399
$this->revertRemoteStorageConfiguration();
400
throw $e;
401
}
0 commit comments