Missing Controller

Error: Cart.cfmController could not be found.

Error: Create the class Cart.cfmController below in file: app/controllers/cart.cfm_controller.php

<?php
class Cart.cfmController extends AppController {

	var $name = 'Cart.cfm';
}
?>

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