1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-01 00:12:30 +01:00
Sonarr/NzbDrone.Web/Views/Shared/Error.cshtml

15 lines
190 B
Plaintext
Raw Normal View History

2011-11-08 18:48:34 +01:00
@model HandleErrorInfo
@section TitleContent
{
EPIC FAIL!!!
}
@section MainContent
{
<h2>
@Model.Exception.Message
</h2>
<br />
@Model.Exception.ToString()
}