Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
purgequeuenotsupportedexception.php
1
<?php
2
3
namespace
Bitrix\Calendar\Core\Queue\Exception
;
4
5
use Throwable;
6
7
class
PurgeQueueNotSupportedException
extends
Exception
8
{
15
public
static
function
providerDoestNotSupportIt
(
int
$code = 0, Throwable $previous =
null
): self
16
{
17
return
new
static
(
'The provider does not support purge queue.'
, $code, $previous);
18
}
19
}
Bitrix\Calendar\Core\Queue\Exception\Exception
Definition
exception.php:5
Bitrix\Calendar\Core\Queue\Exception\PurgeQueueNotSupportedException
Definition
purgequeuenotsupportedexception.php:8
Bitrix\Calendar\Core\Queue\Exception\PurgeQueueNotSupportedException\providerDoestNotSupportIt
static providerDoestNotSupportIt(int $code=0, Throwable $previous=null)
Definition
purgequeuenotsupportedexception.php:15
Bitrix\Calendar\Core\Queue\Exception
Definition
deliverydelaynotsupportedexception.php:2
modules
calendar
lib
core
queue
exception
purgequeuenotsupportedexception.php
Создано системой
1.10.0