ErrorException [ Fatal Error ]: Uncaught TypeError: Argument 1 passed to Kohana_Exception::handler() must be an instance of Exception, instance of Error given in /home/users/a/active00072/domains/sl.centrmsp72.ru/application/classes/kohana/exception.php:5 Stack trace: #0 [internal function]: Kohana_Exception::handler(Object(Error)) #1 {main} thrown

APPPATH/classes/kohana/exception.php [ 5 ]

 1 <?php defined('SYSPATH') or die('No direct script access.');
 2 
 3 class Kohana_Exception extends Kohana_Kohana_Exception {
 4 
 5     public static function handler(Exception $e)
 6     {
 7         // Стандартная обработка, если проект на стадии разработки
 8         if (Kohana::DEVELOPMENT === Kohana::$environment)
 9         {
10             parent::handler($e);
  1. {PHP internal call} » Kohana_Core::shutdown_handler()

Environment