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/phpunit/phpunit/src/Metadata/Exception/ReflectionException.php \PHPUnit\Metadata\ReflectionException
Hierarchy
- class \SebastianBergmann\CodeUnit\ReflectionException extends \RuntimeException implements \SebastianBergmann\CodeUnit\Exception
Expanded class hierarchy of ReflectionException
File
-
vendor/
sebastian/ code-unit/ src/ exceptions/ ReflectionException.php, line 14
Namespace
SebastianBergmann\CodeUnitView source
final class ReflectionException extends RuntimeException implements Exception {
}