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

top.hendrixshen.magiclib.dependency.api.DepCheckException Maven / Gradle / Ivy

There is a newer version: 0.7.398+fe2125a-beta
Show newest version
package top.hendrixshen.magiclib.dependency.api;

public class DepCheckException extends RuntimeException {
    public DepCheckException() {
        super();
    }

    public DepCheckException(String message) {
        super(message);
    }

    public DepCheckException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy