1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
PersistenceException.php
См. документацию.
1
<?php
2
3
declare(strict_types=1);
4
5
namespace
Bitrix\Main\Repository\Exception
;
6
7
use
Bitrix\Main\Error
;
8
use
Bitrix\Main\SystemException
;
9
10
class
PersistenceException
extends
SystemException
11
{
17
public
function
__construct
(
string
$message
=
''
, \Throwable $previous =
null
,
private
readonly
array
$errors
= [])
18
{
19
parent::__construct(
$message
, previous: $previous);
20
}
21
25
public
function
getErrors
():
array
26
{
27
return
$this->errors
;
28
}
29
}
Bitrix\Main\Error
Определения
error.php:15
Bitrix\Main\Repository\Exception\PersistenceException
Определения
PersistenceException.php:11
Bitrix\Main\Repository\Exception\PersistenceException\__construct
__construct(string $message='', \Throwable $previous=null, private readonly array $errors=[])
Определения
PersistenceException.php:17
Bitrix\Main\Repository\Exception\PersistenceException\getErrors
getErrors()
Определения
PersistenceException.php:25
Bitrix\Main\SystemException
Определения
SystemException.php:9
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
$errors
$errors
Определения
iblock_catalog_edit.php:74
Bitrix\Main\Repository\Exception
Определения
PersistenceException.php:5
$message
$message
Определения
payment.php:8
bitrix
modules
main
lib
Repository
Exception
PersistenceException.php
Создано системой
1.14.0