Mineplex2018-withcommit/Website/Nautilus.Web.Impulse/Views/Shared/Error.cshtml
Jonathan Williams 3fb52c5c71 Initial Commit
2013-08-27 08:14:08 -07:00

10 lines
148 B
Plaintext

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