UNPKG

@furystack/core

Version:
9 lines 375 B
/** * 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