Bitrix-D7
23.9
Загрузка...
Поиск...
Не найдено
prioritynotsupportedexception.php
1
<?php
2
namespace
Bitrix\Calendar\Core\Queue\Exception
;
3
4
use Throwable;
5
6
class
PriorityNotSupportedException
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 priority feature'
, $code, $previous);
17
}
18
}
Bitrix\Calendar\Core\Queue\Exception\Exception
Definition
exception.php:5
Bitrix\Calendar\Core\Queue\Exception\PriorityNotSupportedException
Definition
prioritynotsupportedexception.php:7
Bitrix\Calendar\Core\Queue\Exception\PriorityNotSupportedException\providerDoestNotSupportIt
static providerDoestNotSupportIt(int $code=0, Throwable $previous=null)
Definition
prioritynotsupportedexception.php:14
Bitrix\Calendar\Core\Queue\Exception
Definition
deliverydelaynotsupportedexception.php:2
modules
calendar
lib
core
queue
exception
prioritynotsupportedexception.php
Создано системой
1.10.0