class ConnectionError(Exception): ... class ConnectionRefusedError(ConnectionError): ... class BadNamespaceError(Exception): ...