Missing Controller
Error: CustomHangerController could not be found.
Error: Create the class CustomHangerController below in file: app/controllers/custom_hanger_controller.php
<?php
class CustomHangerController extends AppController {
var $name = 'CustomHanger';
}
?>
Notice: If you want to customize this error message, create app/views/errors/missing_controller.ctp
