Missing Method in UsersController

Error: The action group6 is not defined in controller UsersController

Error: Create UsersController::group6() in file: app/controllers/users_controller.php.

<?php
class UsersController extends AppController {

	var $name = 'Users';


	function group6() {

	}

}
?>

Notice: If you want to customize this error message, create app/views/errors/missing_action.ctp.