mirror of
https://github.com/nextcloud/all-in-one.git
synced 2024-11-11 01:13:41 +08:00
Merge pull request #3916 from nextcloud/enh/noid/trow-our-own-exception
This commit is contained in:
commit
c1ef319b87
1 changed files with 1 additions and 1 deletions
|
@ -572,7 +572,7 @@ class DockerActionManager
|
|||
]
|
||||
);
|
||||
} catch (RequestException $e) {
|
||||
throw $e;
|
||||
throw new \Exception("Could not start container " . $container->GetIdentifier() . ": " . $e->getMessage());
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue