Gets the thrown exception.
Return value
Exception
File
- drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestFailure.php, line 154
Class
- PHPUnit_Framework_TestFailure
- A TestFailure collects a failed test together with the caught exception.
Code
public function thrownException() {
return $this->thrownException;
}