ErrorException [ Fatal Error ]: Uncaught TypeError: Argument 1 passed to Kohana_Core::exception_handler() must be an instance of Exception, instance of Error given in /home/iq33c/domains/iqsec.pl/public_html/system/classes/kohana/core.php:1035 Stack trace: #0 [internal function]: Kohana_Core::exception_handler(Object(Error)) #1 {main} thrown

SYSPATH/classes/kohana/core.php [ 1035 ]

1030 	 *
1031 	 * @uses    Kohana::exception_text
1032 	 * @param   object   exception object
1033 	 * @return  boolean
1034 	 */
1035 	public static function exception_handler(Exception $e)
1036 	{
1037 		try
1038 		{
1039 			// Get the exception information
1040 			$type    = get_class($e);
  1. {PHP internal call} » Kohana_Core::shutdown_handler()

Environment