Skip to content

Commit

Permalink
Add new methd getVerboseMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
PululuK committed Feb 1, 2022
1 parent 3250512 commit 187af7d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/exceptions.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ public function getRunnerResult()
{
return $this->runnerResult;
}

/**
* @return string
*/
public function getVerboseMessage()
{
return $this->runnerResult->toText();
}
}


Expand Down

0 comments on commit 187af7d

Please sign in to comment.