class BranchAndPathCoverageNotSupportedException
Hierarchy
- class \SebastianBergmann\CodeCoverage\BranchAndPathCoverageNotSupportedException extends \RuntimeException implements \SebastianBergmann\CodeCoverage\Exception
Expanded class hierarchy of BranchAndPathCoverageNotSupportedException
1 file declares its use of BranchAndPathCoverageNotSupportedException
- Driver.php in vendor/
phpunit/ php-code-coverage/ src/ Driver/ Driver.php
File
-
vendor/
phpunit/ php-code-coverage/ src/ Exception/ BranchAndPathCoverageNotSupportedException.php, line 14
Namespace
SebastianBergmann\CodeCoverageView source
final class BranchAndPathCoverageNotSupportedException extends RuntimeException implements Exception {
}