Source code for togglwrapper.exceptions

# -*- coding: utf-8 -*-

"""
togglwrapper.exceptions
"""


[docs]class AuthError(Exception): """ Raised when authentication fails. """