Home >Development Tools >phpstorm >Solve the problem of phpstorm Unhandled exceptions when calling certain classes after PhpStorm upgrade

Solve the problem of phpstorm Unhandled exceptions when calling certain classes after PhpStorm upgrade

藏色散人
藏色散人forward
2021-02-05 15:49:473136browse

The following tutorial column will introduce to you how to solve the problem of phpstorm Unhandled exceptions when calling certain classes after PhpStorm upgrade. I hope it will be helpful to friends in need!

Solve the problem of phpstorm Unhandled exceptions when calling certain classes after PhpStorm upgrade

##After PhpStorm upgrades, calling certain classes prompts phpstorm Unhandled exceptions


First open phpstorm and find Setting/Editor/Inspections/PHP/PHPDOC and Error Handling as shown below:

Remove the Unhandled exceptions check and the Miss @throws tags check and you are done. .

The above is the detailed content of Solve the problem of phpstorm Unhandled exceptions when calling certain classes after PhpStorm upgrade. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:segmentfault.com. If there is any infringement, please contact admin@php.cn delete