13 lines
546 B
Plaintext
13 lines
546 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>
|
|
|
|
<p class="info">
|
|
WTF⁈ How did this even happen⁈
|
|
</p>
|
|
|
|
<% Html.RenderPartial("ExceptionView", Model); %>
|
|
</asp:Content>
|