exception documentation

class EmptyPoolError(PoolError): (source)

View In Hierarchy

Raised when a pool runs out of connections and no more are allowed.

Inherited from PoolError:

Method __init__ Undocumented
Method __reduce__ Undocumented
Instance Variable pool Undocumented