Missing Controller

Error: WeatherController could not be found.

Error: Create the class WeatherController below in file: app/controllers/weather_controller.php

<?php
class WeatherController extends AppController {

	var $name = 'Weather';
}
?>

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