package me.km.exception; public class PlayerNotFoundException extends IllegalStringException { public PlayerNotFoundException(String s) { super(s); } }