class SyntaxTree::RescueEx

RescueEx represents the list of exceptions being rescued in a rescue clause.

begin
rescue Exception => exception
end