SickGear/lib/libtrakt/exceptions.py
Prinz23 b3be940d44 Add multiple Trakt account support to Config/Notifications/Social.
Add setting to Trakt notification to update collection with downloaded episode info.
Add Most Watched, Collected during the last month on Trakt.
Change Add from Trakt/"Shows:" with Anticipated, Popular views.
Change improve robustness of Trakt communications.
Change Trakt notifier logo.
Change pep8 and cleanup.
2015-12-22 12:56:17 +00:00

10 lines
145 B
Python

class TraktException(Exception):
pass
class TraktAuthException(TraktException):
pass
class TraktServerBusy(TraktException):
pass