template = 'components/exception.tpl'; } /* Display the index page. */ public function index($exception) { return $this->renderPage( array( 'title' => $this->getConfigVars('exceptionsTitle'), 'content_title' => $this->getConfigVars('exceptionsContentTitle'), 'exception' => $exception, ) ); } }