Missing Method in PublicController

Error: The action faq_skin is not defined in controller PublicController

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

<?php
class PublicController extends AppController {

	var $name = 'Public';


	function faq_skin() {

	}

}
?>

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

(default) 3 queries took 79 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SHOW FULL COLUMNS FROM `member`171761
2SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'utf8_unicode_ci';114
3SHOW FULL COLUMNS FROM `products`7714