ErrorException [ Fatal Error ]: Uncaught TypeError: Argument 1 passed to Kohana_Kohana_Exception::handler() must be an instance of Exception, instance of Error given in /home/kondratmed/ftp/kondratmedia/system/classes/kohana/kohana/exception.php:88 Stack trace: #0 [internal function]: Kohana_Kohana_Exception::handler(Object(Error)) #1 {main} thrown

SYSPATH/classes/kohana/kohana/exception.php [ 88 ]

83 	 *
84 	 * @uses    Kohana_Exception::text
85 	 * @param   object   exception object
86 	 * @return  boolean
87 	 */
88 	public static function handler(Exception $e)
89 	{
90 		try
91 		{
92 			// Get the exception information
93 			$type    = get_class($e);
  1. {PHP internal call} » Kohana_Core::shutdown_handler()

Environment