Missing Controller

Error: OtherController could not be found.

Error: Create the class OtherController below in file: app/controllers/other_controller.php

<?php
class OtherController extends AppController {

	var $name = 'Other';
}
?>

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