Missing controller

You are seeing this error because controller Click-2489020-10435398Controller could not be found.

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

Fatal: Create the class below in file : gofinders_app/controllers/click-2489020-10435398_controller.php

<?php
class Click-2489020-10435398Controller extends AppController {
   var $name = 'Click-2489020-10435398';
}
?>