Source code for mac_maker.profile.precheck.exceptions

"""Exceptions for a profile's precheck data."""


[docs]class PrecheckBaseException(Exception): """Base class for precheck exceptions."""
[docs]class PrecheckValidationError(PrecheckBaseException): """Raised when reading an invalid precheck environment configuration file."""