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