File manager - Edit - /var/www/payraty/helpdesk/vendor/roave/better-reflection/src/Reflection/Exception/CodeLocationMissing.php
Back
<?php declare(strict_types=1); namespace Roave\BetterReflection\Reflection\Exception; use RuntimeException; class CodeLocationMissing extends RuntimeException { public static function create(string|null $hint = null): self { $message = 'Code location is missing'; if ($hint !== null) { $message .= '. ' . $hint; } return new self($message); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings