Missing Method in UsersController

Error: The action )_dashboard is not defined in controller UsersController

Error: Create UsersController::)_dashboard() in file: app/Controller/UsersController.php.

<?php
class UsersController extends AppController {


	public function )_dashboard() {

	}

}

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

Stack Trace

#0 /var/www/html/lib/Cake/Routing/Dispatcher.php(107): Controller->invokeAction(Object(CakeRequest))
#1 /var/www/html/lib/Cake/Routing/Dispatcher.php(89): Dispatcher->_invoke(Object(UsersController), Object(CakeRequest), Object(CakeResponse))
#2 /var/www/html/app/webroot/index.php(102): Dispatcher->dispatch(Object(CakeRequest), Object(CakeResponse))
#3 {main}