Exceptions

Here are all the custom Lectio.py exceptions as well as their explanation

exception lectio.exceptions.IncorrectCredentialsError

Incorrect credentials error, mostly thrown in auto-login on session expired

exception lectio.exceptions.InstitutionDoesNotExistError

The institution with the id you provided does not exist.

exception lectio.exceptions.LectioError

Base lectio.py exception

exception lectio.exceptions.UnauthenticatedError

Throws when trying to get data while unauthenticated or session expired

exception lectio.exceptions.UserDoesNotExistError

The user does not exist.