Missing Method in FoxfireshopController

Error: The action www.point-i.jp is not defined in controller FoxfireshopController

Error: Create FoxfireshopController::www.point-i.jp() in file: app/controllers/foxfireshop_controller.php.

<?php
class FoxfireshopController extends AppController {

	var $name = 'Foxfireshop';


	function www.point-i.jp() {

	}

}
?>

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