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