Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
entityerror.php
1<?php
9namespace Bitrix\Main\ORM;
10
12{
13 public function __construct($message, $code='BX_ERROR')
14 {
15 parent::__construct($message, $code);
16 }
17}
__construct($message, $code='BX_ERROR')