That fuck shit the fascists are using
1package org.tm.archive.groups;
2
3import androidx.annotation.NonNull;
4
5public final class GroupChangeBusyException extends GroupChangeException {
6
7 public GroupChangeBusyException(@NonNull Throwable throwable) {
8 super(throwable);
9 }
10
11 public GroupChangeBusyException(@NonNull String message) {
12 super(message);
13 }
14}