Missing Method in VhController

You are seeing this error because the action 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:: in file : app/controllers/vh_controller.php.

<?php
class VhController extends AppController {
   function () {
   }

}
?>