1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
RecoverableMessageException.php
См. документацию.
1<?php
2
3declare(strict_types=1);
4
5namespace Bitrix\Main\Messenger\Internals\Exception\Receiver;
6
7use Bitrix\Main\Messenger\Internals\Exception\RuntimeException;
8
14{
15 public function __construct(
16 string $message = '',
17 int $code = 0,
18 ?\Throwable $previous = null,
19 private readonly ?int $retryDelay = null
20 )
21 {
22 parent::__construct($message, $code, $previous);
23 }
24
25 public function getRetryDelay(): ?int
26 {
27 return $this->retryDelay;
28 }
29}
__construct(string $message='', int $code=0, ?\Throwable $previous=null, private readonly ?int $retryDelay=null)
Определения RecoverableMessageException.php:15
if(!is_null($config))($config as $configItem)(! $configItem->isVisible()) $code
Определения options.php:195
$message
Определения payment.php:8