Вход Регистрация
Файл: vendor/doctrine/dbal/src/Driver/PgSQL/Exception/UnknownParameter.php
Строк: 26
<?php

namespace DoctrineDBALDriverPgSQLException;

use 
DoctrineDBALDriverAbstractException;

use function 
sprintf;

final class 
UnknownParameter extends AbstractException
{
    public static function new(
string $param): self
    
{
        return new 
self(
            
sprintf('Could not find parameter %s in the SQL statement'$param),
        );
    }
}
Онлайн: 1
Реклама