Missing Controller

Error: AController could not be found.

Error: Create the class AController below in file: app/controllers/a_controller.php

<?php
class AController extends AppController {

	var $name = 'A';
}
?>