TemporaryQueueNotSupportedException::providerDoestNotSupportIt

  1. Bitrix24 API (v. 23.675.0)
  2. calendar
  3. TemporaryQueueNotSupportedException
  4. providerDoestNotSupportIt
  • Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/queue/exception/temporaryqueuenotsupportedexception.php
  • Класс: BitrixCalendarCoreQueueExceptionTemporaryQueueNotSupportedException
  • Вызов: TemporaryQueueNotSupportedException::providerDoestNotSupportIt
static function providerDoestNotSupportIt(int $code = 0, Throwable $previous = null): self
    {
        return new static('The provider does not support temporary queue feature', $code, $previous);
    }

Добавить комментарий