chore: 去掉不用的方法

This commit is contained in:
CaptainB 2023-07-04 12:21:56 +08:00 committed by 刘瑞斌
parent 7a8b8677bd
commit dff51e3d6e
1 changed files with 0 additions and 5 deletions

View File

@ -21,11 +21,6 @@ public class MSException extends RuntimeException {
this.errorCode = errorCode;
}
public static void throwException(IResultCode errorCode, String message) {
throw new MSException(errorCode, message);
}
public MSException(IResultCode errorCode, Throwable t) {
super(t);
this.errorCode = errorCode;