Fix wording on server create error

This commit is contained in:
Dane Everitt 2016-01-11 22:47:44 -05:00
parent f8d13e311a
commit ca1f928490

View file

@ -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);