no message

This commit is contained in:
2024-04-26 20:28:50 +03:00
parent 71f746c3b3
commit 3821e3b164
4 changed files with 47 additions and 48 deletions

View File

@@ -61,7 +61,7 @@ public abstract class RepositoryClient {
return ServerCommand(code_in, "", null);
}
protected void ServerConnectionError(ServerCode code_in, String logText) throws Exception {
throw new PassException("Ошибка взаимодействия с сервером " + code_in);
throw new PassException(Utils.Brackets(new Date().toString())+" Ошибка взаимодействия с сервером " + code_in);
}
public abstract void perform() throws Exception;
public void Perform(){