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