com.jnngl.server.exception.InvalidPacketException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of totalcomputers Show documentation
Show all versions of totalcomputers Show documentation
Computers in vanilla Minecraft | TotalOS SDK
package com.jnngl.server.exception;
public class InvalidPacketException extends Exception{
public InvalidPacketException(String msg) {
super(msg);
}
}