synthetic_home.exceptions

Exceptions for processing synthetic home data.

1"""Exceptions for processing synthetic home data."""
2
3
4class SyntheticHomeError(Exception):
5    """An error processing or managing the synthetic home."""
class SyntheticHomeError(builtins.Exception):
5class SyntheticHomeError(Exception):
6    """An error processing or managing the synthetic home."""

An error processing or managing the synthetic home.