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

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

904 	 *
905 	 * @uses    Kohana::exception_text
906 	 * @param   object   exception object
907 	 * @return  boolean
908 	 */
909 	public static function exception_handler(Exception $e)
910 	{
911 		try
912 		{
913 			// Get the exception information
914 			$type    = get_class($e);
  1. {PHP internal call} » Kohana_Core::shutdown_handler()

Environment