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…
Reference in New Issue