using System; namespace Bro.Common.AbstractFSM { /// /// 异常基类 /// public class ExceptionBase : Exception { } }