/** * thrown when user defined Doctrine_Table is badly named */classDoctrine_Naming_ExceptionextendsDoctrine_Exception{publicfunction__construct(){parent::__construct("Badly named Doctrine_Table. Each Doctrine_Table must be in format [Name]Table.",Doctrine::ERR_NAMING);}}?>