Exception for IPC issues.
| 48 | # TODO: we should make sure consistent exceptions are raised on different platforms. |
| 49 | # Currently we raise either IPCException or OSError for equivalent conditions. |
| 50 | class IPCException(Exception): |
| 51 | """Exception for IPC issues.""" |
| 52 | |
| 53 | |
| 54 | class IPCBase: |
no outgoing calls
no test coverage detected
searching dependent graphs…