ErrorException [ Fatal Error ]: Uncaught TypeError: Kohana_Core::exception_handler(): Argument #1 ($e) must be of type Exception, Error given in /home/users/greenek/public_html/uc.greenek.com/system/classes/kohana/core.php:861 Stack trace: #0 [internal function]: Kohana_Core::exception_handler(Object(Error)) #1 {main} thrown

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

856 	 *
857 	 * @uses    Kohana::exception_text
858 	 * @param   object   exception object
859 	 * @return  boolean
860 	 */
861 	public static function exception_handler(Exception $e)
862 	{
863 		try
864 		{
865 			// Get the exception information
866 			$type    = get_class($e);
  1. {PHP internal call} » Kohana_Core::shutdown_handler()

Environment