mirror of
https://github.com/Radarr/Radarr
synced 2025-01-03 22:04:43 +00:00
8 lines
136 B
Text
8 lines
136 B
Text
|
@model HandleErrorInfo
|
||
|
@{ ViewBag.Title = "EPIC FAIL!"; }
|
||
|
<h2>
|
||
|
@Model.Exception.Message
|
||
|
</h2>
|
||
|
<br />
|
||
|
@Model.Exception.ToString()
|