Rifqi Hafizuddin
[KM-644] feat(report): button-triggered report generator + API
1570c5d
Raw
History Blame
202 Bytes
"""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)."""