remove unused exception
This commit is contained in:
parent
19e4f6e88a
commit
9701b64e81
1 changed files with 0 additions and 7 deletions
|
@ -1,7 +0,0 @@
|
|||
package io.github.znetworkw.znpcservers;
|
||||
|
||||
public class UnexpectedCallException extends RuntimeException {
|
||||
public UnexpectedCallException(Throwable cause) {
|
||||
super(cause);
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue