• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/conversion/exception/autocreationdisabledexception.php
  • Класс: Bitrix\Crm\Conversion\Exception\AutocreationDisabledException
  • Вызов: AutocreationDisabledException::__construct
public function __construct(int $dstEntityTypeId)
{
	parent::__construct(
		\CCrmOwnerType::Undefined,
		$dstEntityTypeId,
		self::TARG_DST,
		self::AUTOCREATION_DISABLED,
	);
}