Skip to content

Commit 0848474

Browse files
committed
B2B-1785: Cannot enable remote storage with install command when modules are not enabled
1 parent 7e6eb15 commit 0848474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/src/Magento/Setup/Model/Installer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ public function install($request)
395395
try {
396396
// phpcs:ignore Magento2.Functions.DiscouragedFunction
397397
call_user_func_array([$this, $method], $params);
398-
} catch (RuntimeException $e) {
398+
} catch (\Exception $e) {
399399
$this->revertRemoteStorageConfiguration();
400400
throw $e;
401401
}

0 commit comments

Comments
 (0)