That fuck shit the fascists are using
at master 8 lines 197 B view raw
1package org.tm.archive.groups; 2 3public final class GroupDoesNotExistException extends GroupChangeException { 4 5 public GroupDoesNotExistException(Throwable throwable) { 6 super(throwable); 7 } 8}