Missing Controller

Error: TripController could not be found.

Error: Create the class TripController below in file: app/controllers/trip_controller.php

<?php
class TripController extends AppController {

	var $name = 'Trip';
}
?>

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