//noinspection ThrowableInstanceNeverThrown
exceptions.add(e);
}
AddMemberAPICommand addMemberAPICommand = new AddMemberAPICommand();
try {
addMemberAPICommand.executeCommand(mksVcs, exceptions, addedFiles.toArray(new VirtualFile[addedFiles.size()]));
} catch (VcsException e) {
//noinspection ThrowableInstanceNeverThrown
exceptions.add(e);
}
/* DispatchBySandboxCommand dispatchAction = new DispatchBySandboxCommand(mksVcs,