Raised when a request enters a pool after the pool has been closed.
| 186 | |
| 187 | |
| 188 | class ClosedPoolError(PoolError): |
| 189 | """Raised when a request enters a pool after the pool has been closed.""" |
| 190 | |
| 191 | |
| 192 | class LocationValueError(ValueError, HTTPError): |