• Модуль: voximplant
  • Путь к файлу: ~/bitrix/modules/voximplant/lib/rest/helper.php
  • Класс: BitrixVoximplantRestHelper
  • Вызов: Helper::writeToLogException
static function writeToLogException(Throwable $e)
{
	$exceptionHandler = Application::getInstance()->getExceptionHandler();
	$exceptionHandler->writeToLog($e);
}