That fuck shit the fascists are using
at master 17 lines 355 B view raw
1package org.tm.archive.groups; 2 3import androidx.annotation.NonNull; 4 5public final class GroupChangeFailedException extends GroupChangeException { 6 7 GroupChangeFailedException() { 8 } 9 10 GroupChangeFailedException(@NonNull Throwable throwable) { 11 super(throwable); 12 } 13 14 GroupChangeFailedException(@NonNull String message) { 15 super(message); 16 } 17}