All Downloads are FREE. Search and download functionalities are using the official Maven repository.

uk.co.mruoc.nac.entities.PlayerWithTokenNotFound Maven / Gradle / Ivy

There is a newer version: 0.1.45
Show newest version
package uk.co.mruoc.nac.entities;

public class PlayerWithTokenNotFound extends RuntimeException {
  public PlayerWithTokenNotFound(char token) {
    super(Character.toString(token));
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy