ErrorException [ 0 ]: Class 'Http_Exception_500' not found

APPPATH/classes/Controller/Home.php [ 595 ]

590 		
591 		$progetto = ORM::factory('Progetti')->get_progettoincorso_singola(Helper_Locale::get(), $id_blog);
592 		
593 		//if(count($progetto) == 0)
594 		if(count((array)$progetto) == 0)
595 		  throw new Http_Exception_500('Si e\' verificato un errore durante la modifica!');   
596 
597 		$view->progetto = $progetto;
598 		 
599 
600 

Environment