• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/queue/exception/purgequeuenotsupportedexception.php
  • Класс: BitrixCalendarCoreQueueExceptionPurgeQueueNotSupportedException
  • Вызов: PurgeQueueNotSupportedException::providerDoestNotSupportIt
static function providerDoestNotSupportIt(int $code = 0, Throwable $previous = null): self
    {
        return new static('The provider does not support purge queue.', $code, $previous);
    }