UNPKG

vue-sqlite-hook

Version:
11 lines 367 B
export const notAvailable = { isAvailable: false }; export class FeatureNotAvailableError extends Error { constructor() { super(); this.message = 'Feature not available on this platform/device. Check availability before attempting to call this method'; this.name = 'FeatureNotAvailableError'; } } //# sourceMappingURL=models.js.map