"""Module of exceptions that zaza may raise.""" class MissingOSAthenticationException(Exception): """Exception when some data needed to authenticate is missing.""" pass