Missing controller

You are seeing this error because controller AnterioresController could not be found.

Notice: If you want to customize this error message, create APP_DIR

:

<?php
class extends AppController {
   var $name = '';
}
?>