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