mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-25 01:33:46 +02:00
More tests
This commit is contained in:
@@ -196,6 +196,7 @@ class CreationService
|
||||
} catch (RequestException $exception) {
|
||||
$response = $exception->getResponse();
|
||||
$this->writer->warning($exception);
|
||||
$this->database->rollBack();
|
||||
|
||||
throw new DisplayException(trans('admin/server.exceptions.daemon_exception', [
|
||||
'code' => is_null($response) ? 'E_CONN_REFUSED' : $response->getStatusCode(),
|
||||
|
||||
Reference in New Issue
Block a user