mirror of https://github.com/abpframework/abp.git
4 changed files with 3 additions and 17 deletions
@ -1,13 +1,7 @@ |
|||
using System; |
|||
using Volo.Abp; |
|||
|
|||
namespace MyCompanyName.MyProjectName.Blazor.Pages |
|||
namespace MyCompanyName.MyProjectName.Blazor.Pages |
|||
{ |
|||
public partial class Index |
|||
{ |
|||
private void ThrowException() |
|||
{ |
|||
throw new UserFriendlyException("Hey, there was a problem :("); |
|||
} |
|||
|
|||
} |
|||
} |
|||
|
|||
Loading…
Reference in new issue