Missing Controller

Error: PetController could not be found.

Error: Create the class PetController below in file: app/controllers/pet_controller.php

<?php
class PetController extends AppController {

	var $name = 'Pet';
}
?>

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