19 lines
866 B
Plaintext
19 lines
866 B
Plaintext
<%@ Page Title="" Language="C#" Inherits="System.Web.Mvc.ViewPage<Portoa.Web.ErrorHandling.ErrorModel<VideoGameQuotes.Api.User>>" MasterPageFile="~/Views/Shared/Site.Master" %>
|
|
<asp:Content runat="server" ID="SubTitle" ContentPlaceHolderID="TitleContent">Unknown Error</asp:Content>
|
|
|
|
<asp:Content runat="server" ID="Main" ContentPlaceHolderID="MainContent">
|
|
<h2>WTF⁈</h2>
|
|
|
|
<div class="error-image">
|
|
<img src="/media/images/unknown.png" alt="WE ARE ERROR." title="WE ARE ERROR."/>
|
|
</div>
|
|
|
|
<p class="info">
|
|
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.
|
|
</p>
|
|
|
|
<% Html.RenderPartial("ExceptionView", Model); %>
|
|
</asp:Content>
|