|
|
@ -5,10 +5,7 @@ import lombok.Getter; |
|
|
import org.slf4j.helpers.MessageFormatter; |
|
|
import org.slf4j.helpers.MessageFormatter; |
|
|
|
|
|
|
|
|
/** |
|
|
/** |
|
|
* 自定义业务异常 |
|
|
* 需反馈给用户端的提示 |
|
|
* |
|
|
|
|
|
* @author Ray |
|
|
|
|
|
* @since 2022/7/31 |
|
|
|
|
|
*/ |
|
|
*/ |
|
|
@Getter |
|
|
@Getter |
|
|
public class MsgException extends RuntimeException { |
|
|
public class MsgException extends RuntimeException { |
|
|
|