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

5 lines
124 B
Java

package localException;
public class InternalError extends Exception {
private static final long serialVersionUID = 12L;
}