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/Metadata/Exception/ReflectionException.php \PHPUnit\Metadata\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\Framework\Exception extends \RuntimeException implements \PHPUnit\Exception
- class \PHPUnit\Framework\MockObject\Generator\ReflectionException extends \PHPUnit\Framework\Exception implements \PHPUnit\Framework\MockObject\Generator\Exception
Expanded class hierarchy of ReflectionException
1 file declares its use of ReflectionException
- MockBuilder.php in vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ MockBuilder.php
File
-
vendor/
phpunit/ phpunit/ src/ Framework/ MockObject/ Generator/ Exception/ ReflectionException.php, line 17
Namespace
PHPUnit\Framework\MockObject\GeneratorView source
final class ReflectionException extends \PHPUnit\Framework\Exception implements Exception {
}