Source code for zedprofiler.exceptions

"""Custom exception types for ZedProfiler."""


[docs] class ZedProfilerError(Exception): """Base exception for package-level failures."""
[docs] class ContractError(ZedProfilerError): """Raised when an input violates a documented data contract."""