File manager - Edit - /var/www/payraty/hris/vendor/doctrine/dbal/src/Driver/PgSQL/Exception/UnknownParameter.php
Back
<?php declare(strict_types=1); namespace Doctrine\DBAL\Driver\PgSQL\Exception; use Doctrine\DBAL\Driver\AbstractException; use function sprintf; final class UnknownParameter extends AbstractException { public static function new(string $param): self { return new self( sprintf('Could not find parameter %s in the SQL statement', $param), ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings