BareGit
"""Error types used by the command line program."""


class DiffusionCliError(Exception):
    """Base class for expected user-facing CLI errors."""