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
commit c1ef319b87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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