Tweak exception view for new error class changes.

This commit is contained in:
Taylor Otwell 2011-08-02 10:52:54 -05:00
parent 530e1292d5
commit 92b57ca2d7
1 changed files with 1 additions and 1 deletions

View File

@ -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>