"""
Provide Exceptions for py.test framework
"""
""" Overrides Exception class """
if msg is None:
msg = 'Error'
"""
Override StandardException used mainly when invalid input is passed
"""
"""
Override StandardException, This exception is to be used for
Directory Server related Errors
"""
"""
Override StandardException,
"""
"""
Override StandardException, This exception is to be used for
Operating system errors.
"""
"""
Override StandardException, This exception is to be used for LDAP Errors
"""
"""
Override StandardException, This exception is to be used for RPM Errors
"""