mirror of
https://github.com/github/codeql.git
synced 2026-04-11 18:14:01 +02:00
In order to avoid dead `rescue`s, we assume that any call that happens in a `rescue`/`ensure` context may raise an exception.
In order to avoid dead `rescue`s, we assume that any call that happens in a `rescue`/`ensure` context may raise an exception.