""" cli module exceptions. """ from infrahouse_toolkit.exceptions import IHException [docs]class IHCLIError(IHException): """Command line errors."""
Contents: