Вход Регистрация
Файл: vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/Mysqli/Exception/FailedReadingStreamOffset.php
Строк: 23
<?php

declare(strict_types=1);

namespace 
DoctrineDBALDriverMysqliException;

use 
DoctrineDBALDriverMysqliMysqliException;

use function 
sprintf;

/**
 * @internal
 *
 * @psalm-immutable
 */
final class FailedReadingStreamOffset extends MysqliException
{
    public static function new(
int $offset): self
    
{
        return new 
self(sprintf('Failed reading the stream resource for parameter offset %d.'$offset));
    }
}
Онлайн: 1
Реклама