Home
last modified time | relevance | path

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

/plugin/gitbacked/lib/
H A DGit.php340 …throw new Exception($this->handle_command_error($this->repo_path, $cwd, $command, $status, $error_…
402 protected function handle_command_error($repo_path, $cwd, $command, $status, $error_message) { function in GitRepo