You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 19, 2025. It is now read-only.
Before merging my last PR, I pulled this out into a method. I noticed
after merging that, outside of the context of the rescue block, a bare
`raise` (without specifying the exception) is a little confusing. Raise
what? I double checked, and it actually works the same -- it raises the
error from $ERROR_INFO, which is the active error. But I still think
it's worth being more explicit.
https://gist.github.com/maxjacobson/e807c26444810aec1d2b0f4a91d03213
0 commit comments