"jetbrains:/idea/checkout/git" did not exist on "da593675b374ec6f3ff5f8bc144f359b46cef768"
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