1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
circulardependencyexception.php
См. документацию.
1<?php
2
4
6use Psr\Container\ContainerExceptionInterface;
7
8class CircularDependencyException extends SystemException implements ContainerExceptionInterface
9{
10}