You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Projet_JAVA_P2P_STRI2A/src/localException/InternalError.java

8 lines
174 B
Java

package localException;
import exception.LocalException;
public class InternalError extends exception.LocalException {
private static final long serialVersionUID = 12L;
}