mirror of
https://github.com/chyzy/RSystem-MVC
synced 2024-11-29 17:00:28 +01:00
10 lines
192 B
Plaintext
10 lines
192 B
Plaintext
|
@model System.Web.Mvc.HandleErrorInfo
|
||
|
|
||
|
@{
|
||
|
ViewBag.Title = "Error";
|
||
|
}
|
||
|
|
||
|
<h1 class="text-danger">Error.</h1>
|
||
|
<h2 class="text-danger">An error occurred while processing your request.</h2>
|
||
|
|