Source code for infrahouse_toolkit.cli.exceptions

"""
cli module exceptions.
"""

from infrahouse_toolkit.exceptions import IHException


[docs]class IHCLIError(IHException): """Command line errors."""