1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
SendFailedException.php
См. документацию.
1
<?php
2
3
declare(strict_types=1);
4
5
namespace
Bitrix\Main\Messenger\Internals\Exception\Broker;
6
7
use Bitrix\Main\Messenger\Entity\MessageBox;
8
9
class
SendFailedException
extends
BrokerWriteException
10
{
11
protected
function
buildActualMessage
(
MessageBox
$messageBox): string
12
{
13
return
'Unable to send message to queue '
. $messageBox->
getQueueId
();
14
}
15
}
Bitrix\Main\Messenger\Entity\MessageBox
Определения
MessageBox.php:16
Bitrix\Main\Messenger\Entity\MessageBox\getQueueId
getQueueId()
Определения
MessageBox.php:52
Bitrix\Main\Messenger\Internals\Exception\Broker\BrokerWriteException
Определения
BrokerWriteException.php:13
Bitrix\Main\Messenger\Internals\Exception\Broker\SendFailedException
Определения
SendFailedException.php:10
Bitrix\Main\Messenger\Internals\Exception\Broker\SendFailedException\buildActualMessage
buildActualMessage(MessageBox $messageBox)
Определения
SendFailedException.php:11
bitrix
modules
main
lib
Messenger
Internals
Exception
Broker
SendFailedException.php
Создано системой
1.14.0