Missing Controller

Error: ApiController could not be found.

Error: Create the class ApiController below in file: app/controllers/api_controller.php

<?php
class ApiController extends AppController {

	var $name = 'Api';
}
?>

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