Remove an unused class
Summary: This class is no longer required after D10869. Test Plan: `grep` Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D11154
This commit is contained in:
		| @@ -330,7 +330,6 @@ phutil_register_library_map(array( | ||||
|     'DifferentialDependsOnField' => 'applications/differential/customfield/DifferentialDependsOnField.php', | ||||
|     'DifferentialDiff' => 'applications/differential/storage/DifferentialDiff.php', | ||||
|     'DifferentialDiffCreateController' => 'applications/differential/controller/DifferentialDiffCreateController.php', | ||||
|     'DifferentialDiffCreationRejectException' => 'applications/differential/exception/DifferentialDiffCreationRejectException.php', | ||||
|     'DifferentialDiffEditor' => 'applications/differential/editor/DifferentialDiffEditor.php', | ||||
|     'DifferentialDiffPHIDType' => 'applications/differential/phid/DifferentialDiffPHIDType.php', | ||||
|     'DifferentialDiffProperty' => 'applications/differential/storage/DifferentialDiffProperty.php', | ||||
| @@ -3381,7 +3380,6 @@ phutil_register_library_map(array( | ||||
|       'PhabricatorDestructibleInterface', | ||||
|     ), | ||||
|     'DifferentialDiffCreateController' => 'DifferentialController', | ||||
|     'DifferentialDiffCreationRejectException' => 'Exception', | ||||
|     'DifferentialDiffEditor' => 'PhabricatorApplicationTransactionEditor', | ||||
|     'DifferentialDiffPHIDType' => 'PhabricatorPHIDType', | ||||
|     'DifferentialDiffProperty' => 'DifferentialDAO', | ||||
|   | ||||
| @@ -1,3 +0,0 @@ | ||||
| <?php | ||||
|  | ||||
| final class DifferentialDiffCreationRejectException extends Exception {} | ||||
		Reference in New Issue
	
	Block a user
	 Joshua Spence
					Joshua Spence