Remove the Unhandled exceptions check and the Miss @throws tags check and you are done. .
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!
##After PhpStorm upgrades, calling certain classes prompts phpstorm Unhandled exceptionsFirst 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!