class HubError(OSError):
pass
class UnAuthorizedHubError(HubError):
class HubConnectionError(ValueError):
"""Hub connection error
"""