namespace Sanhe.Abp.ExceptionHandling; /// /// 需要发送异常通知的自定义异常需要实现此接口。 /// public interface IHasNotifierErrorMessage { }