proxypool is used out :return:
(self)
| 1 | class PoolEmptyException(Exception): |
| 2 | def __str__(self): |
| 3 | """ |
| 4 | proxypool is used out |
| 5 | :return: |
| 6 | """ |
| 7 | return repr('no proxy in proxypool') |
nothing calls this directly
no outgoing calls
no test coverage detected