Clarify error messaging for transfers
This commit is contained in:
parent
a2548c14ac
commit
6c39288def
5 changed files with 8 additions and 5 deletions
|
@ -83,7 +83,7 @@ class AccessingValidServer
|
|||
|
||||
if (! is_null($server->transfer)) {
|
||||
if ($isApiRequest) {
|
||||
throw new ServerTransferringException();
|
||||
throw new ServerTransferringException;
|
||||
}
|
||||
|
||||
return $this->response->view('errors.transferring', [], 409);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue