Missing Method in AppController

Error: The action webroot is not defined in controller AppController

Error: Create AppController::webroot() in file: app/controllers/app_controller.php.

<?php
class AppController extends AppController {

	var $name = 'App';


	function webroot() {

	}

}
?>

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

Debug timer info
MessageStart Time (ms)End Time (ms)Duration (ms)
Core Processing (Derived)0109109
Component initialization and startup1091167
Controller action11613116
Component initialization and startup #21201690
Render Controller Action1321690
Debug timer info
MessageStart Time (ms)End Time (ms)Duration (ms)
Core Processing (Derived)0-1337480044427-1337480044427
Component initialization and startup1091167
Controller action11613116
Component initialization and startup #21201690
Render Controller Action1321690