<?phpdeclare(strict_types=1);namespaceDoctrine\DBAL\Driver\Mysqli\Exception;useDoctrine\DBAL\Driver\AbstractException;usefunctionsprintf;/** * @internal * * @psalm-immutable */finalclassNonStreamResourceUsedAsLargeObjectextendsAbstractException{publicstaticfunctionnew(int$parameter):self{returnnewself(sprintf('The resource passed as a LARGE_OBJECT parameter #%d must be of type "stream"',$parameter));}}