Missing Method in ServiceCategoriesController

Error: The action 4 is not defined in controller ServiceCategoriesController

Error: Create ServiceCategoriesController::4() in file: app/controllers/service_categories_controller.php.

<?php
class ServiceCategoriesController extends AppController {

	var $name = 'ServiceCategories';


	function 4() {

	}

}
?>

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

(default) 3 queries took 2 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SHOW FULL COLUMNS FROM `service_categories`881
2SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_general_ci';110
3SHOW FULL COLUMNS FROM `services`13131