Show exception's message on error page
[zf2.biz/galerie.git] / module / Application / views / error / index.phtml
index 5036649..e62262f 100644 (file)
@@ -7,6 +7,8 @@
 
 <h3>Exception information:</h3>
 <p>
+    <h4>Message:</h4>
+    <pre><?php echo $this->exception->getMessage() ?></pre>
     <h4>Stack trace:</h4>
     <pre><?php echo $this->exception->getTraceAsString() ?></pre>
 </p>