That fuck shit the fascists are using
at master 10 lines 248 B view raw
1package org.tm.archive.groups; 2 3import androidx.annotation.NonNull; 4 5public final class GroupJoinAlreadyAMemberException extends GroupChangeException { 6 7 GroupJoinAlreadyAMemberException(@NonNull Throwable throwable) { 8 super(throwable); 9 } 10}