• Модуль: location
  • Путь к файлу: ~/bitrix/modules/location/lib/infrastructure/service/errorservice.php
  • Класс: BitrixLocationInfrastructureServiceErrorService
  • Вызов: ErrorService::setThrowExceptionOnError
public function setThrowExceptionOnError(bool $throwExceptionOnError): void
{
	$this->throwExceptionOnError = $throwExceptionOnError;
}