class ReflectionException
Same name in this branch
- 11.1.x vendor/phpunit/php-code-coverage/src/Exception/ReflectionException.php \SebastianBergmann\CodeCoverage\ReflectionException
- 11.1.x vendor/phpunit/phpunit/src/Framework/MockObject/Generator/Exception/ReflectionException.php \PHPUnit\Framework\MockObject\Generator\ReflectionException
- 11.1.x vendor/sebastian/code-unit/src/exceptions/ReflectionException.php \SebastianBergmann\CodeUnit\ReflectionException
@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\Metadata\ReflectionException extends \RuntimeException implements \PHPUnit\Exception
Expanded class hierarchy of ReflectionException
2 files declare their use of ReflectionException
- AnnotationParser.php in vendor/
phpunit/ phpunit/ src/ Metadata/ Parser/ AnnotationParser.php - Registry.php in vendor/
phpunit/ phpunit/ src/ Metadata/ Parser/ Annotation/ Registry.php
File
-
vendor/
phpunit/ phpunit/ src/ Metadata/ Exception/ ReflectionException.php, line 20
Namespace
PHPUnit\MetadataView source
final class ReflectionException extends RuntimeException implements Exception {
}