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

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

959 	 *
960 	 * @uses    Kohana::exception_text
961 	 * @param   object   exception object
962 	 * @return  boolean
963 	 */
964 	public static function exception_handler(Exception $e)
965 	{
966 		try
967 		{
968 			// Get the exception information
969 			$type    = get_class($e);
  1. {PHP internal call} » Kohana_Core::shutdown_handler()

Environment