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

io.github.freya022.botcommands.api.commands.prefixed.exceptions.BadIdException Maven / Gradle / Ivy

package io.github.freya022.botcommands.api.commands.prefixed.exceptions;

public class BadIdException extends Exception {
	public BadIdException() {
		super("Not an IMentionable ID", null, true, false);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy