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