From e270157fcbd5736b9d6318694662df0478880b69 Mon Sep 17 00:00:00 2001 From: Joshua Spence Date: Thu, 18 Jun 2015 07:25:41 +1000 Subject: [PATCH] Fix a broken class name Auditors: epriestley --- src/aphront/AphrontController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/aphront/AphrontController.php b/src/aphront/AphrontController.php index df6cff6abc..97a5fc1fd1 100644 --- a/src/aphront/AphrontController.php +++ b/src/aphront/AphrontController.php @@ -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()',