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

com.gitee.easyopen.config.StartupException Maven / Gradle / Ivy

package com.gitee.easyopen.config;

/**
 * @author tanghc
 */
public class StartupException extends RuntimeException {
    public StartupException(Throwable cause) {
        super(cause);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy