laravel用xdebug调试为什么会多出来异常提示?
当我用断点调试的时候,当有异常报出后,我在App/Exceptions/Handler.php 捕获异常后,render方法里面会捕获到异常,后在我平常的捕获异常后面再加一个异常,
{
"status": "failed",
"errors": {
"code": 1,
"message": "Method Illuminate\\Http\\Request::__toString() must not throw an exception, caught ErrorException: Array to string conversion"
},
"time": 1676354836
}
问下这个异常是哪里跑出来的?