Skip to content

Instantly share code, notes, and snippets.

@dcramer
Created June 20, 2013 19:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dcramer/5825958 to your computer and use it in GitHub Desktop.
Save dcramer/5825958 to your computer and use it in GitHub Desktop.
Stacktrace (most recent call last):
File "/home/build/phabricator/src/applications/conduit/controller/PhabricatorConduitAPIController.php", line 38, in processRequest
$call = new ConduitCall($method, $params);
File "/home/build/phabricator/src/applications/conduit/call/ConduitCall.php", line 19, in __construct
$this->handler = $this->buildMethodHandler($method);
File "/home/build/phabricator/src/applications/conduit/call/ConduitCall.php", line 100, in buildMethodHandler
$application = $method->getApplication();
File "/home/build/phabricator/src/applications/chatlog/conduit/ConduitAPI_chatlog_Method.php", line 9, in getApplication
return PhabricatorApplication::getByClass('PhabricatorApplicationChatlog');
File "/home/build/phabricator/src/applications/base/PhabricatorApplication.php", line 251, in getByClass
throw new Exception("No application '{$class_name}'!");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment