1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
invalidruleexception.php
См. документацию.
1<?php
2namespace Bitrix\Calendar\Core\Queue\Exception;
3
4use Throwable;
5
7{
14 public static function classIsInvalid(int $code = 0, Throwable $previous = null): self
15 {
16 return new static('The class is not exists', $code, $previous);
17 }
18
25 public static function classIsNotRule(int $code = 0, Throwable $previous = null): self
26 {
27 return new static('The class is not rule', $code, $previous);
28 }
29}
static classIsNotRule(int $code=0, Throwable $previous=null)
Определения invalidruleexception.php:25
static classIsInvalid(int $code=0, Throwable $previous=null)
Определения invalidruleexception.php:14
if(!is_null($config))($config as $configItem)(! $configItem->isVisible()) $code
Определения options.php:195