ErrorException [ Fatal Error ]: Uncaught TypeError: Argument 1 passed to Kohana_Kohana_Exception::handler() must be an instance of Exception, instance of Error given in /home2/accesso/public_html/system/classes/Kohana/Kohana/Exception.php:84 Stack trace: #0 [internal function]: Kohana_Kohana_Exception::handler(Object(Error)) #1 {main} thrown

SYSPATH/classes/Kohana/Kohana/Exception.php [ 84 ]

79 	 *
80 	 * @uses    Kohana_Exception::response
81 	 * @param   Exception  $e
82 	 * @return  void
83 	 */
84 	public static function handler(Exception $e)
85 	{
86 		$response = Kohana_Exception::_handler($e);
87 
88 		// Send the response to the browser
89 		echo $response->send_headers()->body();
  1. {PHP internal call} » Kohana_Core::shutdown_handler()

Environment