errors.php 145 B

1234567
  1. <?php $this->title = 'Error' ?>
  2. <hgroup>
  3. <h1>Error - <?= $execption->getCode() ?></h1>
  4. <p><?= $execption->getMessage() ?></p>
  5. </hgroup>