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

xyz.erupt.cloud.server.exception.EruptCloudException Maven / Gradle / Ivy

There is a newer version: 1.12.17
Show newest version
package xyz.erupt.cloud.server.exception;

/**
 * @author YuePeng
 * date 2022/3/3 00:58
 */
public class EruptCloudException extends RuntimeException {

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy