Files
2012-12-24 21:18:41 -05:00

10 lines
133 B
Plaintext

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