• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/classes/general/event_calendar.php
  • Класс: CEventCalendar
  • Вызов: CEventCalendar::ThrowError
static function ThrowError($str)
{
	global $APPLICATION;
	echo '';
	$APPLICATION->ThrowException($str);
}