File manager - Edit - /var/www/payraty/hris/vendor/doctrine/dbal/src/ArrayParameters/Exception/MissingNamedParameter.php
Back
<?php declare(strict_types=1); namespace Doctrine\DBAL\ArrayParameters\Exception; use Doctrine\DBAL\ArrayParameters\Exception; use LogicException; use function sprintf; class MissingNamedParameter extends LogicException implements Exception { public static function new(string $name): self { return new self( sprintf('Named parameter "%s" does not have a bound value.', $name), ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings