Highlight statements that may throw exceptions

You can view all statements within the method where certain exceptions can be thrown. Place the caret at the @throws tag in a method's PHPDoc and press &shortcut:HighlightUsagesInFile;. This will also work for try and catch.

Highlight caught exceptions