Skip to content

Commit e4a6bd9

Browse files
author
awu
committed
chore: container fix outsource to a separate branch
1 parent 446b16c commit e4a6bd9

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/Container.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,7 @@ public function start(): void
7979
exit($exceptionMessage ?? 'Failed to create container');
8080
}
8181

82-
try {
83-
$this->container = $container->start();
84-
} catch (Exception) {
85-
$this->container = $container->start();
86-
}
82+
$this->container = $container->start();
8783

8884
$baseUrl = rtrim($this->getBaseUrl());
8985
$pingUrl = $baseUrl . '/api/v1/ping';

0 commit comments

Comments
 (0)