Merge pull request #3916 from nextcloud/enh/noid/trow-our-own-exception

This commit is contained in:
Simon L
2023-12-12 14:18:29 +01:00
committed by GitHub

View File

@@ -572,7 +572,7 @@ class DockerActionManager
]
);
} catch (RequestException $e) {
throw $e;
throw new \Exception("Could not start container " . $container->GetIdentifier() . ": " . $e->getMessage());
}
}