parent
e33a1e9ab6
commit
b6d67611ca
@ -0,0 +1,7 @@
|
||||
package network;
|
||||
|
||||
public class ParaMismatchException extends Exception {
|
||||
public ParaMismatchException(String sss) {
|
||||
super(sss);
|
||||
}
|
||||
}
|
||||
Loading…
Reference in new issue