mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-26 01:27:00 +00:00
15 lines
No EOL
190 B
Text
15 lines
No EOL
190 B
Text
@model HandleErrorInfo
|
|
|
|
@section TitleContent
|
|
{
|
|
EPIC FAIL!!!
|
|
}
|
|
|
|
@section MainContent
|
|
{
|
|
<h2>
|
|
@Model.Exception.Message
|
|
</h2>
|
|
<br />
|
|
@Model.Exception.ToString()
|
|
} |