2014-02-18 18:40:58 +01:00
|
|
|
<h1 class="alert alert-danger"><?= $message ?></h1>
|
2014-01-22 14:57:54 +01:00
|
|
|
<?php if (isset($stackTrace)) : ?>
|
|
|
|
<hr />
|
|
|
|
<pre><?= $stackTrace ?></pre>
|
|
|
|
<?php endif ?>
|
|
|
|
<?php if (isset($this->messageBox)) : ?>
|
|
|
|
<?= $this->messageBox->render(); ?>
|
|
|
|
<? endif ?>
|
2013-06-14 13:51:44 +02:00
|
|
|
</div>
|