[attach]2182[/attach]
[attach]2183[/attach] 按道理,try catch,异常应该走我自己的日志打印。但是并没有,还是在面板输出,日志里也没有。
php5 无法用try catch 捕获fatalError吧。 php7 可以捕获,但是不是捕获Exception,而是Error try { } catch (\Error $e) { }
谢谢大佬,顺利排错
php5 无法用try catch 捕获fatalError吧。
php7 可以捕获,但是不是捕获Exception,而是Error
try {
} catch (\Error $e) {
}
谢谢大佬,顺利排错