Current Path : /var/www/html/clients/nkpgkx11.e-nk.ru/bitrix/modules/main/lib/diag/ |
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"; } }