Fix wording on server create error
This commit is contained in:
parent
f8d13e311a
commit
ca1f928490
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ class ServerRepository
|
|||
return $server->id;
|
||||
} catch (\GuzzleHttp\Exception\TransferException $ex) {
|
||||
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) {
|
||||
DB::rollBack();
|
||||
Log:error($ex);
|
||||
|
|
Loading…
Reference in a new issue