[exception]   <?php print $name ?> 
[message]     <?php print $message ?> 
[code]        <?php print $code ?> 
[class]       <?php print $class ?> 
[file]        <?php print $file ?> 
[line]        <?php print $line ?> 
[symfony]     v. <?php print SF_APP_VERSION ?> (symfony-project.org)
[PHP]         v. <?php print PHP_VERSION ?> 
<?php if (count($trace) > 0): ?>
[stack trace]
<?php foreach ($trace as $line): ?>
  <?php print $line ?>

<?php endforeach ?>
<?php endif ?>

