method
public
Connection::createQueryException()
Класс: \Bitrix\Main\DB\Connection
Сигнатура
public createQueryException([int|string $code = 0 ][, string $databaseMessage = '' ][, string $query = '' ]) : mixed
Описание
Создаёт исключение по коду ошибки.
Параметры
$code
int|string
= 0
$databaseMessage
string
= ''
$query
string
= ''
Возвращаемое значение
mixed
Исходный файл: source/main/lib/db/connection.php:1129

