File manager - Edit - /var/www/payraty/helpdesk/vendor/roave/better-reflection/src/Reflection/Exception/NotAnObject.php
Back
<?php declare(strict_types=1); namespace Roave\BetterReflection\Reflection\Exception; use InvalidArgumentException; use function gettype; use function sprintf; class NotAnObject extends InvalidArgumentException { public static function fromNonObject(mixed $nonObject): self { return new self(sprintf('Provided "%s" is not an object', gettype($nonObject))); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings