• Модуль: 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;
}