File manager - Edit - /var/www/payraty/hris/vendor/doctrine/dbal/src/Exception/InvalidColumnIndex.php
Back
<?php declare(strict_types=1); namespace Doctrine\DBAL\Exception; use Doctrine\DBAL\Exception; use LogicException; use Throwable; use function sprintf; final class InvalidColumnIndex extends LogicException implements Exception { public static function new(int $index, ?Throwable $previous = null): self { return new self(sprintf('Invalid column index "%s".', $index), previous: $previous); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings