| 1510 | __all__.append("HTTPSConnection") |
| 1511 | |
| 1512 | class HTTPException(Exception): |
| 1513 | # Subclasses that define an __init__ must call Exception.__init__ |
| 1514 | # or define self.args. Otherwise, str() will fail. |
| 1515 | pass |
| 1516 | |
| 1517 | class NotConnected(HTTPException): |
| 1518 | pass |
no outgoing calls
no test coverage detected
searching dependent graphs…