Tweak exception view for new error class changes.
This commit is contained in:
parent
530e1292d5
commit
92b57ca2d7
|
@ -78,7 +78,7 @@
|
|||
<div id="wrapper">
|
||||
<h2>Message:</h2>
|
||||
|
||||
<p><?php echo $message; ?> in <strong><?php echo basename($file); ?></strong> on line <strong><?php echo $line; ?></strong>.</p>
|
||||
<p><?php echo $message; ?></p>
|
||||
|
||||
<h2>Stack Trace:</h2>
|
||||
|
||||
|
|
Loading…
Reference in New Issue