Source code for infrahouse_toolkit.terraform.backends.exceptions

"""
:py:mod:`infrahouse_toolkit.terraform.backend` exceptions.
"""

from infrahouse_toolkit.terraform.exceptions import IHTFException


[docs]class IHBackendException(IHTFException): """Terraform backend exceptions."""
[docs]class IHUnknownBackend(IHBackendException): """Not supported Terraform backend."""