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

declare(strict_types=1);

namespace 
DoctrineDBALDriverOCI8Exception;

use 
DoctrineDBALDriverOCI8OCI8Exception;

/**
 * @internal
 *
 * @psalm-immutable
 */
final class SequenceDoesNotExist extends OCI8Exception
{
    public static function new(): 
self
    
{
        return new 
self('lastInsertId failed: Query was executed but no result was returned.');
    }
}
Онлайн: 0
Реклама