• Модуль: main
  • Путь к файлу: ~/bitrix/modules/main/lib/diag/exceptionhandlerformatter.php
  • Класс: BitrixMainDiagExceptionHandlerFormatter
  • Вызов: ExceptionHandlerFormatter::getMessage
static function getMessage($exception)
{
	return $exception->getMessage().' ('.$exception->getCode().')';
}