Clarify error messaging for transfers
This commit is contained in:
parent
a2548c14ac
commit
6c39288def
5 changed files with 8 additions and 5 deletions
|
@ -60,7 +60,7 @@ class SuspensionService
|
|||
|
||||
// Check if the server is currently being transferred.
|
||||
if (! is_null($server->transfer)) {
|
||||
throw new ServerTransferringException();
|
||||
throw new ServerTransferringException;
|
||||
}
|
||||
|
||||
$this->connection->transaction(function () use ($action, $server) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue