• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/v2/IoC/Dependency.php
  • Класс: BitrixCatalogv2IoCDependency
  • Вызов: Dependency::__construct
private function __construct()
{
	throw new NotSupportedException(sprintf(
		'Class {%s} can not be constructed.', static::class
	));
}