1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
NullStrategy.php
См. документацию.
1<?php
2
3namespace Bitrix\Calendar\Relation\Strategy;
4
5use Bitrix\Calendar\Relation\Item\Relation;
6use Bitrix\Calendar\Relation\Exception\RelationException;
7
9{
10
14 public function getRelation(): Relation
15 {
16 throw new RelationException('Unknown type of event relation');
17 }
18}