mirror of https://github.com/EasyAbp/EShop.git
committed by
GitHub
19 changed files with 21 additions and 42 deletions
@ -1,12 +0,0 @@ |
|||
using System; |
|||
using Volo.Abp; |
|||
|
|||
namespace EasyAbp.EShop.Products.Products |
|||
{ |
|||
public class NotAllowedToGetProductListWithShowHiddenException : BusinessException |
|||
{ |
|||
public NotAllowedToGetProductListWithShowHiddenException() : base(ProductsErrorCodes.NotAllowedToGetProductListWithShowHidden) |
|||
{ |
|||
} |
|||
} |
|||
} |
|||
Loading…
Reference in new issue