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

cn.nukkit.utils.InvalidIdentifierException Maven / Gradle / Ivy

There is a newer version: 1.20.40-r1
Show newest version
/*
 * Decompiled with CFR 0.1.1 (FabricMC 57d88659).
 */
package cn.nukkit.utils;

public class InvalidIdentifierException
extends RuntimeException {
    public InvalidIdentifierException(String message) {
        super(message);
    }

    public InvalidIdentifierException(String message, Throwable throwable) {
        super(message, throwable);
    }
}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy