Missing Method in BioController

Error: The action joanneLauzon is not defined in controller BioController

Error: Create BioController::joanneLauzon() in file: app/controllers/bio_controller.php.

<?php
class BioController extends AppController {

	var $name = 'Bio';


	function joanneLauzon() {

	}

}
?>

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