class Prism::RescueNode

表示一个 rescue 语句。

begin
rescue Foo, *splat, Bar => ex
  foo
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
end

‘Foo, *splat, Bar` 位于 `exceptions` 字段中。 `ex` 位于 `reference` 字段中。