• Модуль: calendar
  • Путь к файлу: ~/bitrix/modules/calendar/classes/general/calendar.php
  • Класс: CCalendar
  • Вызов: CCalendar::ThrowError
static function ThrowError($str)
{
	if (self::$silentErrorMode)
	{
		self::$errors[] = $str;
		return false;
	}

	global $APPLICATION;
	echo '';
	return $APPLICATION->ThrowException($str);
}