ErrorException [ Fatal Error ]: Uncaught TypeError: Argument 1 passed to Exceptionhandler::handle() must be an instance of Exception, instance of Error given in /var/www/dspuuW/dspu.edu.ua/sites/youngsc/application/classes/exceptionhandler.php:6 Stack trace: #0 [internal function]: Exceptionhandler::handle(Object(Error)) #1 {main} thrown

APPPATH/classes/exceptionhandler.php [ 6 ]

 1 <?php defined('SYSPATH') or die('No direct script access.');
 2 
 3 
 4 class Exceptionhandler 
 5 {
 6     public static function handle(Exception $e)
 7     {
 8 		switch (get_class($e))
 9         {
10             case 'HTTP_Exception_404':
11                 $response = new Response;
  1. {PHP internal call} » Kohana_Core::shutdown_handler()

Environment