Files
Chromy/chromy/errors.py
T
Matteo Rosati 96ccf0396d
build / build (push) Successful in 47s
pytest / pytest (push) Successful in 35s
configurable directory
2026-05-06 21:23:37 +02:00

10 lines
281 B
Python

from __future__ import annotations
class UnsupportedTextFileError(Exception):
"""Raised when a file does not appear to contain supported text content."""
class ChromaPathError(Exception):
"""Raised when the configured Chroma persistence path is invalid or unusable."""