Datasets:

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