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