error.phtml 189 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 <section> <div class="notfoundpanel"> <h1>50X!</h1> <h3>Error:</h3> <p><?php echo "Error Msg:" . $exception; ?></p> </div><!-- notfoundpanel --> </section>