We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d13e3 commit ca1f928Copy full SHA for ca1f928
1 file changed
app/Repositories/ServerRepository.php
@@ -257,7 +257,7 @@ public function create(array $data)
257
return $server->id;
258
} catch (\GuzzleHttp\Exception\TransferException $ex) {
259
DB::rollBack();
260
- 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());
261
} catch (\Exception $ex) {
262
263
Log:error($ex);
0 commit comments