enhancement #I7HPAN onError方法增加Exception入参

This commit is contained in:
everywhere.z
2023-07-02 20:44:55 +08:00
parent 6457587e7f
commit b759aeaabb
4 changed files with 5 additions and 5 deletions

View File

@@ -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;
}