11 lines
227 B
Plaintext
11 lines
227 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>
|
|
|
|
<h4>@ViewBag.ErrorDescription</h4>
|