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

@ -113,7 +113,7 @@ class SftpAuthenticationController extends Controller
// Prevent SFTP access to servers that are being transferred.
if (! is_null($server->transfer)) {
throw new ServerTransferringException();
throw new ServerTransferringException;
}
// Remember, for security purposes, only reveal the existence of the server to people that