nfedyashev/retryable

constant ::TimeoutError is deprecated

Closed this issue · 2 comments

All references to TimeoutError should be changed to Timeout::Error, at least for Ruby versions newer than 2.3. It seems that TimeoutError was deprecated.

@januszm thanks for noticing!

I'll update TimeoutError references in README a bit later.

Fixed by be9a3e5