Files
zaza-openstack-tests/zaza/utilities/exceptions.py
T
2018-06-13 13:35:32 +01:00

8 lines
180 B
Python

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