1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-01-03 22:04:43 +00:00
Radarr/NzbDrone.Services/NzbDrone.Services.Service/Views/Shared/Error.cshtml

8 lines
136 B
Text
Raw Normal View History

@model HandleErrorInfo
@{ ViewBag.Title = "EPIC FAIL!"; }
<h2>
@Model.Exception.Message
</h2>
<br />
@Model.Exception.ToString()