"""Exceptions for the Ansible controller."""
[docs]class AnsibleBaseException(Exception):
"""Base class for Ansible controller exceptions."""
[docs]class AnsibleInterpreterNotFound(AnsibleBaseException):
"""Raised when a valid Python interpreter is not found."""