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

com.neko233.toolchain.ripplex.exception.RippleException Maven / Gradle / Ivy

package com.neko233.toolchain.ripplex.exception;

/**
 * @author SolarisNeko
 * Date on 2022-04-30
 */
public class RippleException extends RuntimeException {

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

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy