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 685d641 commit 3a3e159Copy full SHA for 3a3e159
src/Executor/Runner/Docker.php
@@ -1278,7 +1278,7 @@ private function createNetworks(array $networks): array
1278
try {
1279
$this->orchestration->networkConnect($containerName, $network);
1280
Console::success("Successfully connected executor '$containerName' to network '$network'");
1281
- } catch (Exception $e) {
+ } catch (\Throwable $e) {
1282
Console::error("Failed to connect executor '$containerName' to network '$network': " . $e->getMessage());
1283
}
1284
0 commit comments