Projet_JAVA_P2P_STRI2A/src/localException/SocketClosed.java
flavien 740e25546a
All checks were successful
flavien's git/Projet_JAVA_P2P_STRI2A/pipeline/head This commit looks good
refractor exception -> localexception
2020-03-19 13:48:39 +01:00

5 lines
123 B
Java

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