mirror of
https://github.com/SickGear/SickGear.git
synced 2024-12-04 10:23:37 +00:00
10 lines
145 B
Python
10 lines
145 B
Python
class traktException(Exception):
|
|
pass
|
|
|
|
|
|
class traktAuthException(traktException):
|
|
pass
|
|
|
|
|
|
class traktServerBusy(traktException):
|
|
pass
|