
com.freya02.botcommands.api.commands.prefixed.exceptions.BadIdException Maven / Gradle / Ivy
package com.freya02.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