PhpStorm
 
Get PhpStorm
You are viewing the documentation for an earlier version of PhpStorm.

Code Inspection: 'throw' inside 'finally' block

Last modified: 21 March 2023

Reports s throw statement inside a finally block. Such throw statements may mask exceptions thrown, and complicate debugging.