• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/lib/core/queue/exception/invalidruleexception.php
  • Класс: BitrixCalendarCoreQueueExceptionInvalidRuleException
  • Вызов: InvalidRuleException::classIsInvalid
static function classIsInvalid(int $code = 0, Throwable $previous = null): self
    {
        return new static('The class is not exists', $code, $previous);
    }