1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-22 10:18:48 +02:00
phorge-phorge/src/applications/differential/parser
Nick Pellegrino 3e6fa43658 getConfigEnv fails fast when key is not found and no default value is given.
Summary:
T2345
getConfig throws an Exception when the key does not exist.
Also removes dead code that throws an Exception.

Test Plan:
Reloaded the Phabricator home page.  In the process, found
2 Exceptions thrown due to nonexistent keys.  After addressing these problems,
the home page loads without Exceptions.

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

Differential Revision: https://secure.phabricator.com/D4541
2013-01-19 12:11:28 -08:00
..
__tests__ Implement basic one-up and test renderers 2013-01-14 14:20:06 -08:00
DifferentialChangesetParser.php getConfigEnv fails fast when key is not found and no default value is given. 2013-01-19 12:11:28 -08:00
DifferentialHunkParser.php Fix whitespace and unchanged file shields 2013-01-11 15:27:42 -08:00