mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
12 lines
428 B
Plaintext
12 lines
428 B
Plaintext
<%@ Page Language="C#" MasterPageFile="~/Views/Shared/Site.Master" Inherits="System.Web.Mvc.ViewPage<System.Web.Mvc.HandleErrorInfo>" %>
|
|
|
|
<asp:Content ID="errorTitle" ContentPlaceHolderID="TitleContent" runat="server">
|
|
Error
|
|
</asp:Content>
|
|
|
|
<asp:Content ID="errorContent" ContentPlaceHolderID="MainContent" runat="server">
|
|
<h2>
|
|
Sorry, an error occurred while processing your request.
|
|
</h2>
|
|
</asp:Content>
|