UNPKG

homebridge-eufy-security

Version:
8 lines 263 B
export class EufyClientNotRunningError extends Error { constructor(message) { super(message); Object.setPrototypeOf(this, new.target.prototype); this.name = EufyClientNotRunningError.name; } } //# sourceMappingURL=interfaces.js.map