"""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."""