Files
Matteo Rosati d1b1238897
build / build (push) Successful in 49s
pytest / pytest (push) Successful in 30s
decouple core data from CLI formatting
2026-04-29 12:44:28 +02:00

6 lines
160 B
Python

from __future__ import annotations
class UnsupportedTextFileError(Exception):
"""Raised when a file does not appear to contain supported text content."""