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/httpexceptionhandleroutput.php |
<?php namespace Bitrix\Main\Diag; use \Bitrix\Main; class HttpExceptionHandlerOutput implements IExceptionHandlerOutput { function renderExceptionMessage(\Exception $exception, $debug = false) { if ($debug) echo ExceptionHandlerFormatter::format($exception, true); else echo "Call admin 2"; } }