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