nicer exception handling
[pharext/pharext.org] / app / views / 405.phtml
1 <?php $this->layout("layout") ?>
2
3 <div class="page-header">
4 <h1>Method Not Allowed <small>405</small>
5 </div>
6 <p>
7 Request method <?= $this->e($request->getRequestMethod()) ?> is not allowed.
8 </p>