mirror of
https://github.com/morpheus65535/bazarr.git
synced 2024-11-10 17:13:35 +08: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
|