pageTitle='Error [DBG] - ' . Yii::app()->name; $this->breadcrumbs=array( 'Error (debug)', ); $content = $message. "\n\n" . 'File: ' . $file. ' : ' . $line . "\n\n" . "Stacktrace:\n" . '
' . $trace . '
' . "\n"; $this->widget('bootstrap.widgets.TbHeroUnit', array( 'heading' => 'ERROR ' . $type . ': ' . $code, 'content' => nl2br($content), )); ?>