Fix a broken class name

Auditors: epriestley
This commit is contained in:
Joshua Spence
2015-06-18 07:25:41 +10:00
parent 4761cb8d73
commit e270157fcb

View File

@@ -83,7 +83,7 @@ abstract class AphrontController extends Phobject {
}
public function getDefaultResourceSource() {
throw new MethodNotImplementedException(
throw new PhutilMethodNotImplementedException(
pht(
'A Controller must implement %s before you can invoke %s or %s.',
'getDefaultResourceSource()',