Add trace for admin in exceptionpages
- Fix exception message not showing on raw exception page
This commit is contained in:
parent
bac5159f6f
commit
3ebc0371b7
3 changed files with 14 additions and 2 deletions
|
@ -4,6 +4,9 @@
|
|||
</head>
|
||||
<body>
|
||||
<h1>{{$title}}</h1>
|
||||
<p>{{$description nofilter}}</p>
|
||||
<p>{{$message nofilter}}</p>
|
||||
{{if $trace}}
|
||||
<pre>{{$trace nofilter}}</pre>
|
||||
{{/if}}
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue