1
0
mirror of https://github.com/moparisthebest/SickRage synced 2025-03-03 01:52:02 -05:00
SickRage/lib/trakt/exceptions.py

8 lines
142 B
Python
Raw Normal View History

2014-11-28 14:07:26 -08:00
class traktException(Exception):
pass
class traktAuthException(traktException):
pass
class traktServerBusy(traktException):
pass