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