exception documentation

class ClosedPoolError(PoolError): (source)

View In Hierarchy

Raised when a request enters a pool after the pool has been closed.

Inherited from PoolError:

Method __init__ Undocumented
Method __reduce__ Undocumented
Instance Variable pool Undocumented