ErrorException [ Fatal Error ]: Call to undefined method Controller_Frontend_Catalog::action_404()

APPPATH/classes/Controller/Frontend/Catalog.php [ 11 ]

 6         $url = $this->request->param('url');
 7         
 8         if ($url) {
 9             $catalog = ORM::factory('Catalog')->where('url', '=', $url)->find();
10             if (!$catalog->loaded()) {
11                 $this->action_404();
12             }
13 
14 			$this->keywords = $catalog->keywords;
15 			$this->description = $catalog->description;
16 			$this->title = $catalog->title_browser ? $catalog->title_browser : $catalog->title;
  1. {PHP internal call} » Kohana_Core::shutdown_handler()

Environment