1C-Bitrix
25.700.0
Загрузка...
Поиск...
Не найдено
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
Определения
exception.php:5
Bitrix\Calendar\Core\Queue\Exception\PurgeQueueNotSupportedException
Определения
purgequeuenotsupportedexception.php:8
Bitrix\Calendar\Core\Queue\Exception\PurgeQueueNotSupportedException\providerDoestNotSupportIt
static providerDoestNotSupportIt(int $code=0, Throwable $previous=null)
Определения
purgequeuenotsupportedexception.php:15
$code
if(!is_null($config))($config as $configItem)(! $configItem->isVisible()) $code
Определения
options.php:195
bitrix
modules
calendar
lib
core
queue
exception
purgequeuenotsupportedexception.php
Создано системой
1.14.0