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