summaryrefslogtreecommitdiff
path: root/resources/views/errors/unhandled-exception.phtml
blob: 3a12befb37467d20f1c05c9d5e37e3db97728246 (plain)
1
2
3
4
5
6
7
8
<?php

/**
 * @var string $error
 */

?>
<pre class="alert alert-danger"><?= $error ?></pre>