class ReflectionException
Same name in this branch
- 11.1.x vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ReflectionException.php \PHPUnit\Framework\MockObject\Generator\ReflectionException
- 11.1.x vendor/phpunit/phpunit/src/Metadata/Exception/ReflectionException.php \PHPUnit\Metadata\ReflectionException
- 11.1.x vendor/sebastian/code-unit/src/exceptions/ReflectionException.php \SebastianBergmann\CodeUnit\ReflectionException
Hierarchy
- class \SebastianBergmann\CodeCoverage\ReflectionException extends \RuntimeException implements \SebastianBergmann\CodeCoverage\Exception
Expanded class hierarchy of ReflectionException
1 file declares its use of ReflectionException
- PhptTestCase.php in vendor/
phpunit/ phpunit/ src/ Runner/ PhptTestCase.php
File
-
vendor/
phpunit/ php-code-coverage/ src/ Exception/ ReflectionException.php, line 14
Namespace
SebastianBergmann\CodeCoverageView source
final class ReflectionException extends RuntimeException implements Exception {
}