Skip to content

Commit 187af7d

Browse files
committed
Add new methd getVerboseMessage
1 parent 3250512 commit 187af7d

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/exceptions.php

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,14 @@ public function getRunnerResult()
3232
{
3333
return $this->runnerResult;
3434
}
35+
36+
/**
37+
* @return string
38+
*/
39+
public function getVerboseMessage()
40+
{
41+
return $this->runnerResult->toText();
42+
}
3543
}
3644

3745

0 commit comments

Comments
 (0)