Missing Method in CakeError

Error: The action : is not defined in controller CakeError

Error: Create CakeError:::() in file: netland2/controllers/cake_error.php.

<?php
class CakeError extends AppController {

	var $name = 'Users';


	function :() {

	}

}
?>

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