Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Timeout::ExitException is an internal error. However, it can appear in Ruby code. ```rb Timeout.timeout(3) do begin long_run rescue StandardError => e logger.error(e) raise rescue Timeout::ExitException # skip logging raise end end ```
- Loading branch information