public void executeCommand(@NotNull MksVcs mksVcs, @NotNull List<VcsException> exceptions,
@NotNull VirtualFile[] affectedFiles) throws VcsException {
if (affectedFiles.length > 1) {
//noinspection ThrowableInstanceNeverThrown
exceptions.add(new VcsException("expecting only one target for this action"));
return;
}
TriclopsSiMembers[] members = createSiMembers(mksVcs, affectedFiles);
for (TriclopsSiMembers siMembers : members) {
try {