2011-02-21 23:59:06 +00:00
|
|
|
<%@ Page Title="" Language="C#" Inherits="System.Web.Mvc.ViewPage<Portoa.Web.ErrorHandling.ErrorModel<VideoGameQuotes.Api.User>>" MasterPageFile="~/Views/Shared/Site.Master" %>
|
2011-02-11 05:21:31 +00:00
|
|
|
<asp:Content runat="server" ID="SubTitle" ContentPlaceHolderID="TitleContent">Unknown Error</asp:Content>
|
|
|
|
|
|
|
|
<asp:Content runat="server" ID="Main" ContentPlaceHolderID="MainContent">
|
|
|
|
<h2>WTF⁈</h2>
|
|
|
|
|
2011-02-28 01:37:52 +00:00
|
|
|
<div class="error-image">
|
|
|
|
<img src="/media/images/unknown.png" alt="WE ARE ERROR." title="WE ARE ERROR."/>
|
|
|
|
</div>
|
|
|
|
|
2011-02-11 05:21:31 +00:00
|
|
|
<p class="info">
|
2011-02-28 01:37:52 +00:00
|
|
|
Error encountered an error and because of that error this Error needs to
|
|
|
|
prevent other errors so Error will show you this error and while you read
|
|
|
|
this error Error will try and fix the error that Error received in error.
|
2011-02-11 05:21:31 +00:00
|
|
|
</p>
|
|
|
|
|
|
|
|
<% Html.RenderPartial("ExceptionView", Model); %>
|
|
|
|
</asp:Content>
|