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

declare(strict_types=1);

namespace 
DoctrineDBALDriverIBMDB2Exception;

use 
DoctrineDBALDriverAbstractException;

use function 
db2_conn_error;
use function 
db2_conn_errormsg;

/**
 * @internal
 *
 * @psalm-immutable
 */
final class ConnectionFailed extends AbstractException
{
    public static function new(): 
self
    
{
        return new 
self(db2_conn_errormsg(), db2_conn_error());
    }
}
Онлайн: 1
Реклама