diff --git a/src/exceptions.php b/src/exceptions.php index b79bd39..685a6d3 100644 --- a/src/exceptions.php +++ b/src/exceptions.php @@ -32,6 +32,14 @@ public function getRunnerResult() { return $this->runnerResult; } + + /** + * @return string + */ + public function getVerboseMessage() + { + return $this->runnerResult->toText(); + } }