/opt/cpanel/ea-wappspector/vendor/phpunit/phpunit/src/Metadata/Exception
NameSizeModeActions
AnnotationsAreNotSupportedForInternalClassesException.php10170644editdlrm
Exception.php3330644editdlrm
InvalidAttributeException.php12920644editdlrm
InvalidVersionRequirementException.php4020644editdlrm
NoVersionRequirementException.php3970644editdlrm
ReflectionException.php6150644editdlrm
Edit: /opt/cpanel/ea-wappspector/vendor/phpunit/phpunit/src/Metadata/Exception/ReflectionException.php (615B)
* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace PHPUnit\Metadata; use PHPUnit\Exception; use RuntimeException; /** * @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 */ final class ReflectionException extends RuntimeException implements Exception { }