Missing Method in VhController

You are seeing this error because the action www.dunedingardenrooms.co.uk is not defined in controller VhController

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

Fatal : Confirm you have created the VhController::www.dunedingardenrooms.co.uk in file : app/controllers/vh_controller.php.

<?php
class VhController extends AppController {
   function www.dunedingardenrooms.co.uk() {
   }

}
?>