"src/vscode:/vscode.git/clone" did not exist on "5cc26a22f2a14dc31c2c0c0a31d11e77018fa4e8"
Commit adc12f7b authored by xiandafu's avatar xiandafu
Browse files

删除微服务和工作流,集中精力做核心功能

parent 1d83f41b
package com.ibeetl.starter.workflow.exception;
public class WfException extends RuntimeException {
public WfException(String msg){
super(msg);
}
public WfException(String msg,Throwable cause){
super(msg,cause);
}
}
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment