saulhoward / haddock-cms

Automatically exported from code.google.com/p/haddock-cms
0 stars 0 forks source link

Project Information Showing Script throws an Uncaught Exception if the Information has not been set. #75

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. You run HaddockProjectOrganisation_ShowProjectInformationCLIScript.php
on the command line before the information for the project has been set.
2. An uncaugt exception is thrown from
HaddockProjectOrganisation_ProjectInformationHelper::get_name().

What is the expected output? What do you see instead?

If the project information has not been set, then an error message show be
printed to stderr.

Also, if HPO_PIH::get_name() cannot find the file, then it should throw a
more specific exception than a FileSystem_FileNotFoundException.

Original issue reported on code.google.com by robert.i...@gmail.com on 19 Dec 2008 at 12:26