1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
deliverydelaynotsupportedexception.php
См. документацию.
1
<?php
2
namespace
Bitrix\Calendar\Core\Queue\Exception
;
3
4
class
DeliveryDelayNotSupportedException
extends
Exception
5
{
12
public
static
function
providerDoestNotSupportIt
(
int
$code
= 0, \Throwable $previous =
null
): self
13
{
14
return
new
static
(
'The provider does not support delivery delay feature'
,
$code
, $previous);
15
}
16
}
Bitrix\Calendar\Core\Queue\Exception\DeliveryDelayNotSupportedException
Определения
deliverydelaynotsupportedexception.php:5
Bitrix\Calendar\Core\Queue\Exception\DeliveryDelayNotSupportedException\providerDoestNotSupportIt
static providerDoestNotSupportIt(int $code=0, \Throwable $previous=null)
Определения
deliverydelaynotsupportedexception.php:12
Bitrix\Calendar\Core\Queue\Exception\Exception
Определения
exception.php:5
$code
if(!is_null($config))($config as $configItem)(! $configItem->isVisible()) $code
Определения
options.php:195
Bitrix\Calendar\Core\Queue\Exception
Определения
deliverydelaynotsupportedexception.php:2
bitrix
modules
calendar
lib
core
queue
exception
deliverydelaynotsupportedexception.php
Создано системой
1.14.0