@furystack/core
Version:
Core FuryStack package
9 lines • 375 B
JavaScript
/**
* Thrown when a {@link PhysicalStore} adapter does not support a given
* operation against its backing storage (e.g. `find` against a key/value
* store). Adapters should throw this at call time rather than at
* construction so the rest of the surface remains usable.
*/
export class NotSupportedError extends Error {
}
//# sourceMappingURL=not-supported-error.js.map