• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/classes/general/restservice.php
  • Класс: CTaskRestService
  • Вызов: CTaskRestService::_emitError
static function _emitError($arMessages = array())
{
	global $APPLICATION;

	$e = new CAdminException(self::getFormattedMessages($arMessages));
	$APPLICATION->throwException($e);
}