ErrorException [ Fatal Error ]: Uncaught TypeError: Kohana_Kohana_Exception::handler(): Argument #1 ($e) must be of type Exception, Error given in /home/mtcenter/public_html/system/classes/Kohana/Kohana/Exception.php:84 Stack trace: #0 [internal function]: Kohana_Kohana_Exception::handler() #1 {main} thrown

SYSPATH/classes/Kohana/Kohana/Exception.php [ 84 ]

79 	 *
80 	 * @uses    Kohana_Exception::response
81 	 * @param   Exception  $e
82 	 * @return  boolean
83 	 */
84 	public static function handler(Exception $e)
85 	{
86 		$response = Kohana_Exception::_handler($e);
87 
88 		// Send the response to the browser
89 		echo $response->send_headers()->body();
  1. {PHP internal call} » Kohana_Core::shutdown_handler()

Environment