Added orange section for file / line number separate from the thrown error.

This commit is contained in:
Josh Sherman 2010-12-12 00:58:11 -05:00
parent ede51db2d0
commit 802480ce67

View file

@ -233,9 +233,10 @@ function __handleException($exception)
<table style="border-collapse:separate;border-spacing:1px;border-radius:10px;text-shadow:1px 1px 1px #000;text-align:center">
<tr><td style="background-color:#480000;padding:10px">
<div style="font-size:1.5em;font-style:italic"><?php echo $exception->getMessage(); ?></div>
</td></tr>
<tr><td style="background-color:#552200;padding:10px">
<div style="font-size:1.2em"><?php echo $exception->getFile(); ?> on line <?php echo $exception->getLine(); ?></div>
</td>
</tr>
</td></tr>
</table>
<table>