Datasets:

Modalities:
Text
Formats:
json
Languages:
code
Size:
< 1K
Tags:
code
Libraries:
Datasets
pandas
License:
cve-single-line-fixes / Java /TemplateRenderException.java
Asankhaya Sharma
initial dataset
eb67da4
raw
history blame
227 Bytes
package com.hccake.ballcat.codegen.exception;
/**
* 模板渲染失败异常
*
* @author hccake
*/
public class TemplateRenderException extends Exception {
public TemplateRenderException(Exception e) {
super(e);
}
}