增加测试用例

This commit is contained in:
bryan31
2022-02-23 18:25:11 +08:00
parent 4a5f436716
commit 2f41623769
5 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
package com.yomahub.liteflow.test.asyncNode.exception;
public class TestException extends Exception{
}