删除 SmsFailException,ServiceException 被 final 了

This commit is contained in:
sin
2019-05-16 22:05:21 +08:00
parent 5f91289c88
commit be94f29791
2 changed files with 7 additions and 21 deletions

View File

@@ -1,14 +0,0 @@
package cn.iocoder.mall.admin.api.exception;
import cn.iocoder.common.framework.exception.ServiceException;
/**
* @author Sin
* @time 2019/5/16 11:17 AM
*/
public class SmsFailException extends ServiceException {
public SmsFailException(Integer code, String message) {
super(code, message);
}
}