NotConfigured

exception privex.helpers.exceptions.NotConfigured[source]

Thrown when code attempts to access something that wasn’t fully configured / instantiated by the user.

Example: Attempting to use a database dependant function/method without having configured any database details.