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