12345678910 |
- <?php
- defined('ONLY_ONLY_ONLY') or exit('Access Denied');
- define('LOG_CATALOG',"KLY_logWebFEndERR");
- try{
- base_putForendErrLog(0);
- $ajaxRes->Result=array("");
- }catch(Throwable $e){
- $friendMsg=get_class($e)=='GeneralException'?$e->friendmsg:"记录前端错误日志时发生错误";
- throw new GeneralException("记录前端错误日志时发生错误",$friendMsg,LOG_CATALOG,0,$e);
- }
|