• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/conversion/exception/destinationitemnotfoundexception.php
  • Класс: Bitrix\Crm\Conversion\Exception\DestinationItemNotFoundException
  • Вызов: DestinationItemNotFoundException::__construct
public function __construct(int $dstEntityTypeID, int $destinationID)
{
	$entityTypeName = \CCrmOwnerType::ResolveName($dstEntityTypeID);

	parent::__construct(
		\CCrmOwnerType::Undefined,
		$dstEntityTypeID,
		self::TARG_DST,
		self::NOT_FOUND,
		"Conversion destination item of type {$entityTypeName} with ID = {$destinationID} not found",
	);
}