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
If `configure_connection` fails because of `Timeout.timeout`, the
raised exception is `Timeout::ExitError` which directly inherits
`Exception`, so we must rescue `Exception`.
0 commit comments