class NoCodeCoverageDriverWithPathCoverageSupportAvailableException
Hierarchy
- class \SebastianBergmann\CodeCoverage\NoCodeCoverageDriverWithPathCoverageSupportAvailableException extends \RuntimeException implements \SebastianBergmann\CodeCoverage\Exception
Expanded class hierarchy of NoCodeCoverageDriverWithPathCoverageSupportAvailableException
1 file declares its use of NoCodeCoverageDriverWithPathCoverageSupportAvailableException
- Selector.php in vendor/
phpunit/ php-code-coverage/ src/ Driver/ Selector.php
File
-
vendor/
phpunit/ php-code-coverage/ src/ Exception/ NoCodeCoverageDriverWithPathCoverageSupportAvailableException.php, line 14
Namespace
SebastianBergmann\CodeCoverageView source
final class NoCodeCoverageDriverWithPathCoverageSupportAvailableException extends RuntimeException implements Exception {
public function __construct() {
parent::__construct('No code coverage driver with path coverage support available');
}
}