From c89c840f6552e1859781d391c5c8a8d017f04e28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Wed, 25 Oct 2017 15:29:43 +0300 Subject: [PATCH] Added accidently deleted ExceptionOnRazor.cshtml. --- .../Abp/AspNetCore/App/Views/Simple/ExceptionOnRazor.cshtml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test/Volo.Abp.AspNetCore.Mvc.Tests/Volo/Abp/AspNetCore/App/Views/Simple/ExceptionOnRazor.cshtml diff --git a/test/Volo.Abp.AspNetCore.Mvc.Tests/Volo/Abp/AspNetCore/App/Views/Simple/ExceptionOnRazor.cshtml b/test/Volo.Abp.AspNetCore.Mvc.Tests/Volo/Abp/AspNetCore/App/Views/Simple/ExceptionOnRazor.cshtml new file mode 100644 index 0000000000..7db7a59fd5 --- /dev/null +++ b/test/Volo.Abp.AspNetCore.Mvc.Tests/Volo/Abp/AspNetCore/App/Views/Simple/ExceptionOnRazor.cshtml @@ -0,0 +1,5 @@ +@using Volo.Abp.Ui +

Exception test

+@{ + throw new UserFriendlyException("test exception!"); +} \ No newline at end of file