nicer exception handling
[pharext/pharext.org] / app / views / 500.phtml
1 <?php $this->layout("layout") ?>
2
3 <div class="page-header">
4 <h1>Application error <small>500</small></h1>
5 </div>
6
7 <?= $this->fetch("alert", compact("exception")) ?>