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

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

877 	 *
878 	 * @uses    Kohana::exception_text
879 	 * @param   object   exception object
880 	 * @return  boolean
881 	 */
882 	public static function exception_handler(Exception $e)
883 	{
884 		try
885 		{
886 			// Get the exception information
887 			$type    = get_class($e);
  1. {PHP internal call} » Kohana_Core::shutdown_handler()

Environment