mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-22 14:00:52 +00:00
10 lines
166 B
Python
10 lines
166 B
Python
class HubError(OSError):
|
|
pass
|
|
|
|
class UnAuthorizedHubError(HubError):
|
|
pass
|
|
|
|
class HubConnectionError(ValueError):
|
|
"""Hub connection error
|
|
"""
|
|
pass
|