Clarify error messaging for transfers

This commit is contained in:
Dane Everitt
2020-12-24 10:14:10 -08:00
parent a2548c14ac
commit 6c39288def
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