A module containing all the errors raised by pytvdbapi.
pytvdbapi will only raise exceptions that are of type PytvdbapiError.
Base exception for all exceptions raised by pytvdbapi
Raised if there are issues parsing the XML data provided by thetvdb.com
Raised by the Loader when unable to connect to the provided URL.
A replacement for the standard AttributeError. Will be raised when accessing invalid attributes of Show and Episode instances
A replacement for the standard IndexError. Will be raised when accessing invalid indexes of Show and Season instances.