Skip to content

Commit 69b4e23

Browse files
committed
feat(exception):提取子工程公共类
1 parent 4f68676 commit 69b4e23

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
package com.tim.exception.type;
2+
3+
/**
4+
* @author:tim
5+
* @date:20-6-5 下午10:51
6+
* @description: 未找到异常
7+
*/
8+
public class NotFoundException extends CommonException {
9+
10+
public NotFoundException(String msg) {
11+
super(msg);
12+
}
13+
}

0 commit comments

Comments
 (0)