package com.hccake.ballcat.codegen.exception; | |
/** | |
* 模板渲染失败异常 | |
* | |
* @author hccake | |
*/ | |
public class TemplateRenderException extends Exception { | |
public TemplateRenderException(Exception e) { | |
super(e); | |
} | |
} | |
package com.hccake.ballcat.codegen.exception; | |
/** | |
* 模板渲染失败异常 | |
* | |
* @author hccake | |
*/ | |
public class TemplateRenderException extends Exception { | |
public TemplateRenderException(Exception e) { | |
super(e); | |
} | |
} | |