Add exception class to whoops screen

This commit is contained in:
slawkens
2021-06-09 01:46:08 +02:00
parent 1427dc3ede
commit a5ccc794bc
2 changed files with 4 additions and 2 deletions

View File

@@ -64,6 +64,8 @@
<div class="center wide">
<h2 class="wide">Whoops something went wrong...</h2>
<div class="error wide">
Exception class: {{ exceptionClass }}()
<br/><br/>
{{ message }}
<br/><br/><br/>
<b>Backtrace:</b><br/><br/>
@@ -74,4 +76,4 @@
<p>{{ powered_by }}</p>
</div>
</body>
</html>
</html>