• Модуль: main
  • Путь к файлу: ~/bitrix/modules/main/lib/diag/exceptionhandlerformatter.php
  • Класс: BitrixMainDiagExceptionHandlerFormatter
  • Вызов: ExceptionHandlerFormatter::getFileLink
static function getFileLink($file, $line)
{
	if (!empty($file))
	{
		return $file . ':' . $line;
	}
	return '';
}