nicer exception handling
[pharext/pharext.org] / app / views / 405.phtml
index ec251640410e0f6f3f13a048bc18d5e41325472a..0143f6787cd5475b84cc09f2d093d285593fa45d 100644 (file)
@@ -1,5 +1,8 @@
 <?php $this->layout("layout") ?>
 
 <div class="page-header">
-       <h1>405 <small>Method Not Allowed</small>
+       <h1>Method Not Allowed <small>405</small>
 </div>
+<p>
+       Request method <?= $this->e($request->getRequestMethod()) ?> is not allowed.
+</p>