gpt4 book ai didi

php - 有没有一种方法可以阻止堆栈跟踪输出异常错误?

转载 作者:行者123 更新时间:2023-12-03 07:54:15 25 4
gpt4 key购买 nike

我想阻止堆栈跟踪显示在PHP的fatal errors中。

我的PHP代码:

throw new ErrorException('Failed here!', 10);

结果是:

Fatal error: Uncaught exception 'ErrorException' with message 'Failed here!' in C:\file\path\File.php:25 Stack trace: #0 C:\xampp\htdocs\sample-integrations\site-folder\index.php(18): Realex\Transaction::create(Array) #1 {main} thrown in C:\file\path\File.php on line 25



在浏览器中输出。如何删除堆栈跟踪?

最佳答案

这可能已经由https://stackoverflow.com/a/17766961/400114回答了?使用XDebug扩展中的xdebug_disable()函数。

不理想,但可以解决问题!

关于php - 有没有一种方法可以阻止堆栈跟踪输出异常错误?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30196458/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com