public function content()
 {
     #echo __METHOD__; exit;
     echo '<div id="exception-content"><h2>' . $this->get_project_title() . ' Exception</h2>';
     PublicHTML_ExceptionRenderer::render_exception_div_from_session();
     echo '</div>';
     #echo __METHOD__; exit;
 }
    public function content()
    {
        echo <<<HTML
<h2>Oedipus Error</h2>
HTML;
        PublicHTML_ExceptionRenderer::render_exception_div_from_session();
        /*
         * Fail Picture
         */
        echo <<<HTML
<img 
\tsrc="/images/art/caravaggio-salome.jpg" 
\tclass="exception-art" 
\talt="Salome with the Head of John the Baptist (Caravaggio, London)" 
/>
HTML;
    }
 public function content()
 {
     PublicHTML_ExceptionRenderer::render_exception_div_from_session();
 }