• Модуль: main
  • Путь к файлу: ~/bitrix/modules/main/lib/di/servicelocator.php
  • Класс: BitrixMainDIServiceLocator
  • Вызов: ServiceLocator::buildNotFoundException
private function buildNotFoundException(string $id): ObjectNotFoundException|NotFoundExceptionInterface
{
	return new class("Could not find service by code {$id}.") extends ObjectNotFoundException
		implements NotFoundExceptionInterface {}
	;
}