• Модуль: imbot
  • Путь к файлу: ~/bitrix/modules/imbot/lib/bot/base.php
  • Класс: BitrixImBotBotBase
  • Вызов: Base::hasError
static function hasError(): bool
{
	return
		(self::$lastError instanceof Error)
		&& self::$lastError->error;
}