Searched refs:handle_repo_path_error (Results 1 – 1 of 1) sorted by relevance
233 …throw new Exception($this->handle_repo_path_error($repo_path, '"'.$repo_path.'" is not a git repos…237 …throw new Exception($this->handle_repo_path_error($repo_path, '"'.$repo_path.'" is not a directory…246 …throw new Exception($this->handle_repo_path_error($repo_path, 'cannot create repository in non-exi…249 … throw new Exception($this->handle_repo_path_error($repo_path, '"'.$repo_path.'" does not exist'));384 protected function handle_repo_path_error($repo_path, $error_message) { function in GitRepo