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