Files
Chromy/chromy/errors.py
T

6 lines
160 B
Python
Raw Normal View History

2026-04-29 12:44:28 +02:00
from __future__ import annotations
class UnsupportedTextFileError(Exception):
"""Raised when a file does not appear to contain supported text content."""