Your IP : 172.28.240.42


Current Path : /var/www/html/clients/nkpgkx11.e-nk.ru/bitrix/modules/main/lib/diag/
Upload File :
Current File : /var/www/html/clients/nkpgkx11.e-nk.ru/bitrix/modules/main/lib/diag/exceptionhandleroutput.php

<?php
namespace Bitrix\Main\Diag;

use \Bitrix\Main;

class ExceptionHandlerOutput
	implements IExceptionHandlerOutput
{
	function renderExceptionMessage(\Exception $exception, $debug = false)
	{
		if ($debug)
			echo ExceptionHandlerFormatter::format($exception, false);
		else
			echo "Call admin 1";
	}
}