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