• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/integration/disk/rest/attachment.php
  • Класс: BitrixTasksIntegrationDiskRestis
  • Вызов: is::checkFieldExistsThrowException
static function checkFieldExistsThrowException($entityId, $fieldName)
{
	if(!static::checkFieldExists($entityId, $fieldName))
	{
		throw new RestException("User field ".$fieldName." does not exist for entity ".$entityId);
	}
}