namespace Sanhe.Abp.Wrapper; public interface IExceptionWrapHandlerFactory { IExceptionWrapHandler CreateFor(ExceptionWrapContext context); }