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:
parent
44f81f4351
commit
4fe5243d81
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ abstract class ArcanistExternalLinter extends ArcanistFutureLinter {
|
|||
* @task bin
|
||||
*/
|
||||
public function getDefaultInterpreter() {
|
||||
throw new Exception('Incomplete implementation!');
|
||||
throw new PhutilMethodNotImplementedException();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue