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

declare(strict_types=1);

namespace 
DoctrineDBALDriverMysqliException;

use 
DoctrineDBALDriverAbstractException;

/** @internal */
final class HostRequired extends AbstractException
{
    public static function 
forPersistentConnection(): self
    
{
        return new 
self('The "host" parameter is required for a persistent connection');
    }
}
Онлайн: 5
Реклама