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

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

1030 	 *
1031 	 * @uses    Kohana::exception_text
1032 	 * @param   object   exception object
1033 	 * @return  boolean
1034 	 */
1035 	public static function exception_handler(Exception $e)
1036 	{
1037 		try
1038 		{
1039 			// Get the exception information
1040 			$type    = get_class($e);
  1. {PHP internal call} » Kohana_Core::shutdown_handler()

Environment