Missing Method in PublicController

Error: The action aboutus is not defined in controller PublicController

Error: Create PublicController::aboutus() in file: app/controllers/public_controller.php.

<?php
class PublicController extends AppController {

	var $name = 'Public';


	function aboutus() {

	}

}
?>

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

(default) 7 queries took 261 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SHOW FULL COLUMNS FROM `shops`1818117
2SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_general_ci';111
3SHOW FULL COLUMNS FROM `clients`1818129
4SHOW FULL COLUMNS FROM `contracts`13132
5SHOW FULL COLUMNS FROM `services`449
6SHOW FULL COLUMNS FROM `systems`551
7SELECT `System`.`created`, `System`.`modified`, `System`.`id`, `System`.`admin_id`, `System`.`admin_pass` FROM `systems` AS `System` WHERE `System`.`id` = 1 LIMIT 1112