public function __construct(ConduitAPIMethod $method, $application)
 {
     parent::__construct(pht("Method '%s' belongs to application '%s', which is not installed.", $method->getAPIMethodName(), $application));
 }
 public function __construct($method_name)
 {
     parent::__construct(pht('Conduit API method "%s" does not exist.', $method_name));
 }