Sindbad~EG File Manager

Current Path : /opt/nginxhttpd_/vendor/doctrine/dbal/src/Driver/Exception/
Upload File :
Current File : //opt/nginxhttpd_/vendor/doctrine/dbal/src/Driver/Exception/UnknownParameterType.php

<?php

declare(strict_types=1);

namespace Doctrine\DBAL\Driver\Exception;

use Doctrine\DBAL\Driver\AbstractException;

use function sprintf;

/**
 * @internal
 *
 * @psalm-immutable
 */
final class UnknownParameterType extends AbstractException
{
    /** @param mixed $type */
    public static function new($type): self
    {
        return new self(sprintf('Unknown parameter type, %d given.', $type));
    }
}

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists