1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-21 17:01:42 +02:00
Radarr/NzbDrone.Web/Views/Shared/Error.cshtml
2011-11-08 09:48:34 -08:00

15 lines
190 B
Plaintext

@model HandleErrorInfo
@section TitleContent
{
EPIC FAIL!!!
}
@section MainContent
{
<h2>
@Model.Exception.Message
</h2>
<br />
@Model.Exception.ToString()
}