ErrorException [ Fatal Error ]: Call to undefined function HTTP_Exception_404()

APPPATH/classes/model/programs.php [ 39 ]

34         if ($current) {
35                 
36             $current['files'] = Model_Files::getFiles('programs',$current['pr_id']);
37             return $current;    
38         }
39         else throw HTTP_Exception_404();
40     }
41 }
  1. {PHP internal call} » Kohana_Core::shutdown_handler()

Environment