com.javaoffers.batis.modelhelper.exception.BaseException Maven / Gradle / Ivy
package com.javaoffers.batis.modelhelper.exception;
/**
* @Description:
* @Auther: create by cmj on 2021/12/9 11:33
*/
public class BaseException extends RuntimeException {
public BaseException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy