Clarify error messaging for transfers

This commit is contained in:
Dane Everitt 2020-12-24 10:14:10 -08:00
parent a2548c14ac
commit 6c39288def
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
5 changed files with 8 additions and 5 deletions

View file

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