"""Loqed: Exceptions""" class LoqedException(BaseException): """Raise this when something is off.""" class LoqedAuthenticationException(LoqedException): """Raise this when there is an authentication issue."""