UNPKG

acebase-client

Version:

Client to connect to an AceBase realtime database server

8 lines 304 B
export class CachedValueUnavailableError extends Error { constructor(path, message) { super(message || `Value for path "/${path}" is not available in cache`); this.path = path; } } export { AceBaseRequestError } from './request/error.js'; //# sourceMappingURL=errors.js.map