mirror of
https://gitee.com/dromara/liteFlow.git
synced 2026-05-14 04:02:09 +08:00
enhancement #I7HPAN onError方法增加Exception入参
This commit is contained in:
@@ -89,7 +89,7 @@ public class NodeComponentOfMethod extends NodeComponent {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onError() throws Exception {
|
||||
public void onError(Exception e) throws Exception {
|
||||
if (methodEnum != LiteFlowMethodEnum.ON_ERROR) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user