8 lines
No EOL
180 B
PHTML
8 lines
No EOL
180 B
PHTML
<h1>An error occured</h1>
|
|
|
|
<strong>Message:</strong> <?=$this->error->exception->getMessage()?>
|
|
|
|
<h3>Stack trace:</h3>
|
|
<pre>
|
|
<?=$this->error->exception->getTraceAsString()?>
|
|
</pre>
|