公告板
版本库
filestore
活动
搜索
登录
iplatform_group
/
walker-dependencies
iplatform平台基础类库
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
2.7.18
shikeying
2024-01-11
3b67e947e36133e2a40eb2737b15ea375e157ea0
[iplatform_group/walker-dependencies.git]
/
walker-infrastructure
/
src
/
main
/
java
/
com
/
walker
/
di
/
TemplateException.java
1
2
3
4
5
6
7
8
9
10
package com.walker.di;
import com.walker.infrastructure.ApplicationException;
public class TemplateException extends ApplicationException {
public TemplateException(String msg, Throwable caution){
super(msg, caution);
}
}