class CLINotPermitted(CLIInaccessible):
    """Error that is raised when the user has no execute permissions on the CLI.

    The user that runs the python process is the user that should have the permission.
    """