Missing controller

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

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

Fatal: Create the class below in file : app/controllers/e_b822_c_s_t2_wastewater_storage_tanks_controller.php

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