Missing Controller

Error: RegController could not be found.

Error: Create the class RegController below in file: app/controllers/reg_controller.php

<?php
class RegController extends AppController {

	var $name = 'Reg';
}
?>

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

(default) 2 queries took 2 ms
NrQueryErrorAffectedNum. rowsTook (ms)
1SHOW FULL COLUMNS FROM `users`31311
2SELECT CHARACTER_SET_NAME FROM INFORMATION_SCHEMA.COLLATIONS WHERE COLLATION_NAME= 'latin1_swedish_ci';111