Internal error raised when a thread tries to get a connection from a closed pool.
| 654 | |
| 655 | |
| 656 | class _PoolClosedError(PyMongoError): |
| 657 | """Internal error raised when a thread tries to get a connection from a |
| 658 | closed pool. |
| 659 | """ |
| 660 | |
| 661 | |
| 662 | class _PoolGeneration: |