1
0
Fork 0
mirror of https://we.phorge.it/source/arcanist.git synced 2024-11-25 16:22:42 +01:00

Use PhutilMethodNotImplementedException in ArcanistExternalLinter

Summary: Self-explanatory.

Test Plan: N/A

Reviewers: epriestley, #blessed_reviewers

Reviewed By: epriestley, #blessed_reviewers

Subscribers: Korvin, epriestley

Differential Revision: https://secure.phabricator.com/D11204
This commit is contained in:
Joshua Spence 2015-01-05 06:47:12 +11:00
parent 44f81f4351
commit 4fe5243d81

View file

@ -192,7 +192,7 @@ abstract class ArcanistExternalLinter extends ArcanistFutureLinter {
* @task bin * @task bin
*/ */
public function getDefaultInterpreter() { public function getDefaultInterpreter() {
throw new Exception('Incomplete implementation!'); throw new PhutilMethodNotImplementedException();
} }
/** /**