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

declare(strict_types=1);

namespace 
DoctrineDBALDriverPDO;

use 
DoctrineDBALDriverPDOException;

/**
 * @internal
 *
 * @psalm-immutable
 */
final class Exception extends PDOException
{
    public static function new(
PDOException $exception): self
    
{
        return new 
self($exception);
    }
}
Онлайн: 0
Реклама