error handler improvements
[simplicity.git] / source / lib / simplicity / core / error / templates / fatal.phtml
blob1a867f4513f6fd559ff8a55f75e5c18f5107645a
1 <h1><?php echo $this->exception->getMessage(); ?></h1>
3 <h2>File</h2>
4 <p><?php echo $this->exception->getFile(); ?> on line <?php echo $this->exception->getLine(); ?></p>
6 <h2>Context</h2>
7 <pre><?php print_r($this->exception->getContext()); ?></pre>
9 <h2>Headers</h2>
10 <pre><?php print_r($this->exception->getHeaders()); ?></pre>