mperham / connection_pool

Generic connection pooling for Ruby
MIT License
1.63k stars 143 forks source link

Mention new timeout-error class in README #156

Closed isikyus closed 3 years ago

isikyus commented 3 years ago

This wasn't updated in https://github.com/mperham/connection_pool/pull/131.

I've searched the code and I believe this is the only other piece of documentation still mentioning Timeout::Error. The tests still use it, but I assume that's to test backwards compatibility and shouldn't be changed.