Added stack trace to exception page
This commit is contained in:
@@ -31,6 +31,10 @@
|
|||||||
<th>Message</th>
|
<th>Message</th>
|
||||||
<td>{$exception->getMessage()}</td>
|
<td>{$exception->getMessage()}</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<th>Stack Trace</th>
|
||||||
|
<td><pre>{$exception->getTrace()|print_r}</pre></td>
|
||||||
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user