mirror of
https://github.com/pelican-dev/panel.git
synced 2025-05-29 10:54:46 +02:00
Fix wording on server create error
This commit is contained in:
parent
f8d13e311a
commit
ca1f928490
@ -257,7 +257,7 @@ class ServerRepository
|
|||||||
return $server->id;
|
return $server->id;
|
||||||
} catch (\GuzzleHttp\Exception\TransferException $ex) {
|
} catch (\GuzzleHttp\Exception\TransferException $ex) {
|
||||||
DB::rollBack();
|
DB::rollBack();
|
||||||
throw new DisplayException('An error occured while attempting to update the configuration: ' . $ex->getMessage());
|
throw new DisplayException('An error occured while attempting to create the server: ' . $ex->getMessage());
|
||||||
} catch (\Exception $ex) {
|
} catch (\Exception $ex) {
|
||||||
DB::rollBack();
|
DB::rollBack();
|
||||||
Log:error($ex);
|
Log:error($ex);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user