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

declare(strict_types=1);

namespace 
DoctrineDBALDriverAbstractSQLServerDriverException;

use 
DoctrineDBALDriverAbstractDriverException;

/**
 * @internal
 *
 * @psalm-immutable
 */
final class PortWithoutHost extends AbstractDriverException
{
    public static function new(): 
self
    
{
        return new 
self('Connection port specified without the host');
    }
}
Онлайн: 0
Реклама