Skip to content

Exception classes

2 classes which act as custom Python exceptions exist at classes/custom_exceptions.py.

APIConnectionError

Does not do anything on it's own, but is generally raised in classes to indicate the connection to an API has some kind of error.

APIContentNotFoundError

Does not do anything on it's own, but is generally raised in classes to indicate a piece of desired content could not be found.