Missing Method in StrsController

Error: The action favicon.ico is not defined in controller StrsController

Error: Create StrsController::favicon.ico() in file: app/controllers/strs_controller.php.

<?php
class StrsController extends AppController {

	var $name = 'Strs';


	function favicon.ico() {

	}

}
?>

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