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