Jack.Peng
2021-04-20 1c60d225cc7c1ccf17c3d1e6a84ca0d959550cf3
1
2
3
4
5
6
7
8
9
10
11
using System;
 
namespace Bro.Common.AbstractFSM
{
    /// <summary>
    /// 异常基类
    /// </summary>
    public class ExceptionBase : Exception
    {
    }
}