Missing Controller

Error: DevController could not be found.

Error: Create the class DevController below in file: app/controllers/dev_controller.php

<?php
class DevController extends AppController {

	var $name = 'Dev';
}
?>

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

Filter:

    Notice (8): Undefined variable: allTagNames [APP/views/layouts/default.ctp, line 103]
    Warning (2): Invalid argument supplied for foreach() [APP/views/layouts/default.ctp, line 103]