Exception: Woods::Storage::InapplicableBackend

Inherits:
Error
  • Object
show all
Defined in:
lib/woods/storage/inapplicable_backend.rb

Overview

Raised when a Snapshotter is applied to a persistent backend adapter (e.g. pgvector, Qdrant, SQLite). Snapshotters only operate on in-memory stores; persistent adapters manage their own durability.

Named so that tests can assert it rather than catching a bare Error.