Added accidently deleted ExceptionOnRazor.cshtml.

pull/179/head
Halil İbrahim Kalkan 8 years ago
parent 7f275c0d6b
commit c89c840f65

@ -0,0 +1,5 @@
@using Volo.Abp.Ui
<h2>Exception test</h2>
@{
throw new UserFriendlyException("test exception!");
}
Loading…
Cancel
Save