Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
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
Definition
deliverydelaynotsupportedexception.php:5
Bitrix\Calendar\Core\Queue\Exception\DeliveryDelayNotSupportedException\providerDoestNotSupportIt
static providerDoestNotSupportIt(int $code=0, \Throwable $previous=null)
Definition
deliverydelaynotsupportedexception.php:12
Bitrix\Calendar\Core\Queue\Exception\Exception
Definition
exception.php:5
Bitrix\Calendar\Core\Queue\Exception
Definition
deliverydelaynotsupportedexception.php:2
modules
calendar
lib
core
queue
exception
deliverydelaynotsupportedexception.php
Создано системой
1.10.0