mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-09 11:33:38 +00:00
10 lines
145 B
Python
10 lines
145 B
Python
class traktException(Exception):
|
|
pass
|
|
|
|
|
|
class traktAuthException(traktException):
|
|
pass
|
|
|
|
|
|
class traktServerBusy(traktException):
|
|
pass
|