File manager - Edit - /var/www/payraty/helpdesk/vendor/roave/better-reflection/src/Reflection/Exception/ClassDoesNotExist.php
Back
<?php declare(strict_types=1); namespace Roave\BetterReflection\Reflection\Exception; use Roave\BetterReflection\Reflection\Reflection; use RuntimeException; use function sprintf; class ClassDoesNotExist extends RuntimeException { public static function forDifferentReflectionType(Reflection $reflection): self { return new self(sprintf('The reflected type "%s" is not a class', $reflection->getName())); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings