com.jnngl.server.exception.InvalidTokenException 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 InvalidTokenException extends Exception {
public InvalidTokenException() {
super("Invalid token");
}
}