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