删除文件 src/main/java/com/glxp/api/exception/UtilException.java

master
cqf 2 years ago committed by Gitee
parent 4aacee718a
commit d022e057fb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

@ -1,21 +0,0 @@
package com.cpt.common.exception;
/**
*
*
* @author ruoyi
*/
public class UtilException extends RuntimeException {
public UtilException(Throwable e) {
super(e.getMessage(), e);
}
public UtilException(String message) {
super(message);
}
public UtilException(String message, Throwable throwable) {
super(message, throwable);
}
}
Loading…
Cancel
Save