haiku.rag/haiku_rag_slim/haiku/rag/store/exceptions.py

4 lines
117 B
Python

class ReadOnlyError(Exception):
"""Raised when a write operation is attempted on a read-only store."""
pass