Home
last modified time | relevance | path

Searched refs:handle_repo_path_error (Results 1 – 1 of 1) sorted by relevance

/plugin/gitbacked/lib/
H A DGit.php233 …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