• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/infrastructure/service/errorservice.php
  • Класс: BitrixLocationInfrastructureServiceErrorService
  • Вызов: ErrorService::__construct
protected function __construct(Container $config)
{
	parent::__construct($config);
	$this->logErrors = $config->get('logErrors');
	$this->throwExceptionOnError = $config->get('throwExceptionOnError');
	$this->errorCollection = new ErrorCollection();
}