Error [ 0 ]: Class 'Http_Exception_404' not found

MODPATH/pour_site/classes/Controller/Events.php [ 27 ]

22 		
23 		$event = ORM::factory('Event', $id);
24 		
25 		if ( ! $event->loaded())
26 		{
27 			throw new Http_Exception_404('Page not found');
28 		}
29 		
30 		if (URL::title($event->name_hr, '-', TRUE) != $name)
31 		{
32 			$this->redirect('events/'.$event->id.'-'.URL::title($event->name_hr, '-', TRUE));
  1. SYSPATH/classes/Kohana/Controller.php [ 84 ] » Controller_Events->action_view()

  2. {PHP internal call} » Kohana_Controller->execute()

  3. SYSPATH/classes/Kohana/Request/Client/Internal.php [ 94 ] » ReflectionMethod->invoke(arguments)

  4. SYSPATH/classes/Kohana/Request/Client.php [ 114 ] » Kohana_Request_Client_Internal->execute_request(arguments)

  5. SYSPATH/classes/Kohana/Request.php [ 1000 ] » Kohana_Request_Client->execute(arguments)

  6. DOCROOT/index.php [ 109 ] » Kohana_Request->execute()

Environment