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