PHP Classes

File: application/views/scripts/error/error.phtml

Recommend this page to a friend!
  Classes of Silvan von Felten   SVF_Log   application/views/scripts/error/error.phtml   Download  
File: application/views/scripts/error/error.phtml
Role: Application script
Content type: text/plain
Description: Error html
Class: SVF_Log
Logging class and plug-ins for Zend framework
Author: By
Last change:
Date: 15 years ago
Size: 224 bytes
 

Contents

Class file image Download
<h1>Error!</h1>
<p>Application error</p>
<h2>Exception information:</h2>
<p>
    <b>Message:</b> <?= $this->info->getMessage() ?>
</p>
<h4>Stack trace:</h4>
<pre>
   <?= $this->info->getTraceAsString() ?>
</pre>