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