Uh oh!
There was an error while loading. Please reload this page.
Hability to output verbose message in GitException - #75
Conversation
Hello, thanks for PR. Why you need this change? You can just use: try {
// $git->open()// $gitRepository->xyz()
} catch (CzProject\GitPhp\GitException$e) {
$e->getRunnerResult()->toText();
} |
PululuK
commented
Feb 1, 2022
Hello @janpecha Exactly the ideia is to avoid to call runner, and access directly |
janpecha
commented
Feb 1, 2022
It seems useless for me. If I can call What about to add new method |
76b0c35 to
187af7dComparePululuK
commented
Feb 1, 2022
You are right @janpecha ! |
janpecha
commented
Feb 2, 2022
Nice! Can you fix static analysis & code style errors please? And change commit message to something like |
No description provided.