Missing Controller

Error: JoeController could not be found.

Error: Create the class JoeController below in file: app/controllers/joe_controller.php

<?php
class JoeController extends AppController {

	var $name = 'Joe';
}
?>

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