/** * Show the error page. */ public function controlShowErrorPage() { $pageView = new PageView(); $pageView->showErrorPage(); }