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