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