10 lines
148 B
Plaintext
10 lines
148 B
Plaintext
|
@model System.Web.Mvc.HandleErrorInfo
|
||
|
|
||
|
@{
|
||
|
ViewBag.Title = "Error";
|
||
|
}
|
||
|
|
||
|
<h2>
|
||
|
Sorry, an error occurred while processing your request.
|
||
|
</h2>
|