See https://discourse.phabricator-community.org/t/httpsfuture-error-message-generation/4198. This error is missing a parameter:
throw new Exception( pht( 'Specified download path "%s" already exists, refusing to '. 'overwrite.'));
This is supposed to be checked statically, but may have slipped through when wilds merged down. Plans:
- Check if arc lint catches this.
- Yes: probably slipped through the wilds merge.
- No: fix the linter.
- Provide the parameter.