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

com.freya02.botcommands.api.commands.prefixed.exceptions.NoIdException Maven / Gradle / Ivy

package com.freya02.botcommands.api.commands.prefixed.exceptions;

public class NoIdException extends Exception {
	public NoIdException() {
		super("No supplied IMentionable", null, true, false);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy