File manager - Edit - /var/www/payraty/hris/vendor/doctrine/dbal/src/Exception/InvalidDriverClass.php
Back
<?php declare(strict_types=1); namespace Doctrine\DBAL\Exception; use Doctrine\DBAL\Driver; use function sprintf; final class InvalidDriverClass extends InvalidArgumentException { public static function new(string $driverClass): self { return new self( sprintf( 'The given driver class %s has to implement the %s interface.', $driverClass, Driver::class, ), ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings