# -*- coding: utf-8 -*- """ togglwrapper.exceptions """ [docs]class AuthError(Exception): """ Raised when authentication fails. """