exceptions

Exceptions for the ACCRE library

exception accre.exceptions.ACCREConfigurationError[source]

Bases: ACCREError

The ACCRE-admintools configuration file is missing or incorrect.

exception accre.exceptions.ACCREError[source]

Bases: Exception

An ACCRE-admintools related error occurred.

exception accre.exceptions.ACCREKeyError[source]

Bases: ACCREError, ValueError

An ACCRE-admintools related ValueError occurred.

exception accre.exceptions.ACCREValueError[source]

Bases: ACCREError, ValueError

An ACCRE-admintools related ValueError occurred.