File manager - Edit - /var/www/payraty/hris/vendor/doctrine/dbal/src/Exception/UnknownDriver.php
Back
<?php declare(strict_types=1); namespace Doctrine\DBAL\Exception; use function implode; use function sprintf; final class UnknownDriver extends InvalidArgumentException { /** @param string[] $knownDrivers */ public static function new(string $unknownDriverName, array $knownDrivers): self { return new self( sprintf( 'The given driver "%s" is unknown, Doctrine currently supports only the following drivers: %s', $unknownDriverName, implode(', ', $knownDrivers), ), ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings