Mineplex2018-withcommit/Website/LOC.Website.Web/Views/Shared/Error.cshtml

10 lines
148 B
Plaintext

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