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

top.bluesword.util.exception.SwordRuntimeException Maven / Gradle / Ivy

The newest version!
package top.bluesword.util.exception;

/**
 * 自定义运行时异常
 *
 * @author 李林峰
 */
public class SwordRuntimeException extends RuntimeException {

    public SwordRuntimeException() {
        super();
    }

    public SwordRuntimeException(String string) {
        super(string);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy