class Mongo::Error::ConnectionCheckOutTimeout

Exception raised when trying to check out a connection from a connection pool, the pool is at its max size and no connections become available within the configured wait timeout.

@note For backwards compatibility reasons this class derives from

Timeout::Error rather than Mongo::Error.

@since 2.9.0