Source code for infrahouse_toolkit.terraform.exceptions

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

from infrahouse_toolkit.exceptions import IHException


[docs]class IHTFException(IHException): """Terraform related exceptions."""
[docs]class IHParseError(IHTFException): """Error happening when parsing fails."""