mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-29 03:05:49 +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()
|
|
} |