File size: 202 Bytes
0721bb4 | 1 2 3 4 5 6 7 8 | """Typed errors for the report generator (KM-644)."""
from __future__ import annotations
class ReportError(Exception):
"""The report could not be generated (e.g. no records for the analysis)."""
|
0721bb4 | 1 2 3 4 5 6 7 8 | """Typed errors for the report generator (KM-644)."""
from __future__ import annotations
class ReportError(Exception):
"""The report could not be generated (e.g. no records for the analysis)."""
|