mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-11 11:55:03 -05:00
8 lines
142 B
Python
8 lines
142 B
Python
|
class traktException(Exception):
|
||
|
pass
|
||
|
|
||
|
class traktAuthException(traktException):
|
||
|
pass
|
||
|
|
||
|
class traktServerBusy(traktException):
|
||
|
pass
|