logAppFEndERR.php 409 B

12345678910
  1. <?php
  2. defined('ONLY_ONLY_ONLY') or exit('Access Denied');
  3. define('LOG_CATALOG',"KLY_logAppFEndERR");
  4. try{
  5. base_putForendErrLog(2);
  6. $ajaxRes->Result=array("");
  7. }catch(Throwable $e){
  8. $friendMsg=get_class($e)=='GeneralException'?$e->friendmsg:"记录前端错误日志时发生错误";
  9. throw new GeneralException("记录前端错误日志时发生错误",$friendMsg,LOG_CATALOG,0,$e);
  10. }