mirror of
https://github.com/SickGear/SickGear.git
synced 2025-01-24 18:23:43 +00:00
11 lines
145 B
Python
11 lines
145 B
Python
|
class traktException(Exception):
|
||
|
pass
|
||
|
|
||
|
|
||
|
class traktAuthException(traktException):
|
||
|
pass
|
||
|
|
||
|
|
||
|
class traktServerBusy(traktException):
|
||
|
pass
|