1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
ReceiverException.php
См. документацию.
1
<?php
2
3
declare(strict_types=1);
4
5
namespace
Bitrix\Main\Messenger\Internals\Exception;
6
7
class
ReceiverException
extends
RuntimeException
8
{
9
protected
array
$exceptions
;
10
11
public
function
__construct
(
12
string
$message
=
''
,
13
int
$code
= 0,
14
\Throwable $previous =
null
,
15
array
$exceptions
= []
16
)
17
{
18
parent::__construct(
$message
,
$code
, $previous);
19
20
$this->exceptions =
$exceptions
;
21
}
22
23
public
function
getList
():
array
24
{
25
return
$this->exceptions
;
26
}
27
}
Bitrix\Main\Messenger\Internals\Exception\ReceiverException
Определения
ReceiverException.php:8
Bitrix\Main\Messenger\Internals\Exception\ReceiverException\getList
getList()
Определения
ReceiverException.php:23
Bitrix\Main\Messenger\Internals\Exception\ReceiverException\__construct
__construct(string $message='', int $code=0, \Throwable $previous=null, array $exceptions=[])
Определения
ReceiverException.php:11
Bitrix\Main\Messenger\Internals\Exception\ReceiverException\$exceptions
array $exceptions
Определения
ReceiverException.php:9
Bitrix\Main\Messenger\Internals\Exception\RuntimeException
Определения
RuntimeException.php:10
array
</td ></tr ></table ></td ></tr >< tr >< td class="bx-popup-label bx-width30"><?=GetMessage("PAGE_NEW_TAGS")?> array( $site)
Определения
file_new.php:804
$code
if(!is_null($config))($config as $configItem)(! $configItem->isVisible()) $code
Определения
options.php:195
$message
$message
Определения
payment.php:8
bitrix
modules
main
lib
Messenger
Internals
Exception
ReceiverException.php
Создано системой
1.14.0