CAllCrmCatalog::RegisterError

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. CAllCrmCatalog
  4. RegisterError
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/classes/general/crm_catalog.php
  • Класс: \CAllCrmCatalog
  • Вызов: CAllCrmCatalog::RegisterError
static function RegisterError($msg)
{
	global $APPLICATION;
	$APPLICATION->ThrowException(new CAdminException(array(array('text' => $msg))));
	self::$LAST_ERROR = $msg;
}

Добавить комментарий