class CodeCoverageException
@no-named-arguments Parameter names are not covered by the backward compatibility promise for PHPUnit
@internal This class is not covered by the backward compatibility promise for PHPUnit
Hierarchy
- class \PHPUnit\Framework\Exception extends \RuntimeException implements \PHPUnit\Exception
- class \PHPUnit\Framework\CodeCoverageException extends \PHPUnit\Framework\Exception
Expanded class hierarchy of CodeCoverageException
1 file declares its use of CodeCoverageException
- CodeCoverage.php in vendor/
phpunit/ phpunit/ src/ Metadata/ Api/ CodeCoverage.php
File
-
vendor/
phpunit/ phpunit/ src/ Framework/ Exception/ CodeCoverageException.php, line 17
Namespace
PHPUnit\FrameworkView source
class CodeCoverageException extends Exception {
}