mirror of https://github.com/abpframework/abp.git
6 changed files with 4 additions and 14 deletions
@ -1,7 +1,5 @@ |
|||
namespace Volo.Abp.UI |
|||
namespace Volo.Abp |
|||
{ |
|||
//TODO: Move to Volo.Abp namespace
|
|||
|
|||
public interface IUserFriendlyException : IBusinessException |
|||
{ |
|||
|
|||
@ -1,4 +1,4 @@ |
|||
@using Volo.Abp.UI |
|||
@using Volo.Abp |
|||
<h2>Exception test</h2> |
|||
@{ |
|||
throw new UserFriendlyException("test exception!"); |
|||
|
|||
Loading…
Reference in new issue