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

declare(strict_types=1);

namespace 
DoctrineDBALSQLParserException;

use 
DoctrineDBALSQLParserException;
use 
RuntimeException;

use function 
preg_last_error;
use function 
preg_last_error_msg;

class 
RegularExpressionError extends RuntimeException implements Exception
{
    public static function new(): 
self
    
{
        return new 
self(preg_last_error_msg(), preg_last_error());
    }
}
Онлайн: 1
Реклама