nicer exception handling
[pharext/pharext.org] / app / views / 404.phtml
1 <?php $this->layout("layout") ?>
2
3 <div class="page-header">
4 <h1>Not Found <small>404</small></h1>
5 </div>
6 <p>
7 Page <?= $this->e($request->getRequestUrl()) ?> was not found.
8 </p>