gpt4 book ai didi

phpstorm - 禁用警告 'the thrown object must be an instance of the exception'

转载 作者:行者123 更新时间:2023-12-04 20:08:18 25 4
gpt4 key购买 nike

我正在使用 phpStorm。我有以下一段由 Kohana 框架编写的代码:

throw HTTP_Exception::factory(404,
'The requested URL :uri was not found on this server.',
array(':uri' => $this->request->uri())
)->request($this->request);

问题是phpStorm认为这段代码无效并显示以下消息: the thrown object must be an instance of the exception .我不喜欢它,因为它显示整个项目直到第一个目录无效。

有什么办法可以在不更改代码的情况下解决它?

最佳答案

似乎 PhpStorm 会“卡住”,认为该项目是 PHP7 项目,即使您在“设置”中更改了 PHP 版本。我通过删除 .idea 解决了这个问题目录,并重新打开该目录作为一个新项目。

关于phpstorm - 禁用警告 'the thrown object must be an instance of the exception',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22698093/

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